Interface ListIntegrationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<ListIntegrationsRequest.Builder,,ListIntegrationsRequest> SdkBuilder<ListIntegrationsRequest.Builder,,ListIntegrationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListIntegrationsRequest
@Mutable
@NotThreadSafe
public static interface ListIntegrationsRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationNamePrefix(String integrationNamePrefix) To limit the results to integrations that start with a certain name prefix, specify that name prefix here.integrationStatus(String integrationStatus) To limit the results to integrations with a certain status, specify that status here.integrationStatus(IntegrationStatus integrationStatus) To limit the results to integrations with a certain status, specify that status here.integrationType(String integrationType) To limit the results to integrations of a certain type, specify that type here.integrationType(IntegrationType integrationType) To limit the results to integrations of a certain type, specify that type here.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationNamePrefix
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
- Parameters:
integrationNamePrefix- To limit the results to integrations that start with a certain name prefix, specify that name prefix here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationType
To limit the results to integrations of a certain type, specify that type here.
- Parameters:
integrationType- To limit the results to integrations of a certain type, specify that type here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationType
To limit the results to integrations of a certain type, specify that type here.
- Parameters:
integrationType- To limit the results to integrations of a certain type, specify that type here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationStatus
To limit the results to integrations with a certain status, specify that status here.
- Parameters:
integrationStatus- To limit the results to integrations with a certain status, specify that status here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationStatus
To limit the results to integrations with a certain status, specify that status here.
- Parameters:
integrationStatus- To limit the results to integrations with a certain status, specify that status here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-