Interface ListIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudWatchLogsRequest.Builder
,CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
,SdkBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListIntegrationsRequest
public static interface ListIntegrationsRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIntegrationsRequest.Builder
integrationNamePrefix(String integrationNamePrefix)
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.ListIntegrationsRequest.Builder
integrationStatus(String integrationStatus)
To limit the results to integrations with a certain status, specify that status here.ListIntegrationsRequest.Builder
integrationStatus(IntegrationStatus integrationStatus)
To limit the results to integrations with a certain status, specify that status here.ListIntegrationsRequest.Builder
integrationType(String integrationType)
To limit the results to integrations of a certain type, specify that type here.ListIntegrationsRequest.Builder
integrationType(IntegrationType integrationType)
To limit the results to integrations of a certain type, specify that type here.ListIntegrationsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListIntegrationsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
integrationNamePrefix
ListIntegrationsRequest.Builder integrationNamePrefix(String 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
ListIntegrationsRequest.Builder integrationType(String 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
,IntegrationType
-
integrationType
ListIntegrationsRequest.Builder integrationType(IntegrationType 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
,IntegrationType
-
integrationStatus
ListIntegrationsRequest.Builder integrationStatus(String 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
,IntegrationStatus
-
integrationStatus
ListIntegrationsRequest.Builder integrationStatus(IntegrationStatus 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
,IntegrationStatus
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-