Interface ListIntegrationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchOmniRequest.Builder,CopyableBuilder<ListIntegrationsRequest.Builder,,ListIntegrationsRequest> SdkBuilder<ListIntegrationsRequest.Builder,,ListIntegrationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListIntegrationsRequest
@Mutable
@NotThreadSafe
public static interface ListIntegrationsRequest.Builder
extends CloudWatchOmniRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationType(String integrationType) Returns only integrations of this provider type.integrationType(IntegrationType integrationType) Returns only integrations of this provider type.maxResults(Integer maxResults) Maximum number of integrations to return in one page.Returns only the integration with this exact name.Pagination token from a previous response; omit for the first page.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Returns only integrations in this status.status(IntegrationStatus status) Returns only integrations in this status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniRequest.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
-
integrationType
Returns only integrations of this provider type.
- Parameters:
integrationType- Returns only integrations of this provider type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationType
Returns only integrations of this provider type.
- Parameters:
integrationType- Returns only integrations of this provider type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Returns only integrations in this status.
- Parameters:
status- Returns only integrations in this status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Returns only integrations in this status.
- Parameters:
status- Returns only integrations in this status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Returns only the integration with this exact name.
- Parameters:
name- Returns only the integration with this exact name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token from a previous response; omit for the first page.
- Parameters:
nextToken- Pagination token from a previous response; omit for the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of integrations to return in one page.
- Parameters:
maxResults- Maximum number of integrations to return in one page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-