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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-