Interface ListCapacityProvidersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCapacityProvidersRequest.Builder,,ListCapacityProvidersRequest> LambdaRequest.Builder,SdkBuilder<ListCapacityProvidersRequest.Builder,,ListCapacityProvidersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListCapacityProvidersRequest
@Mutable
@NotThreadSafe
public static interface ListCapacityProvidersRequest.Builder
extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListCapacityProvidersRequest.Builder,ListCapacityProvidersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the pagination token that's returned by a previous request to retrieve the next page of results.The maximum number of capacity providers to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter capacity providers by their current state.state(CapacityProviderState state) Filter capacity providers by their current state.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
state
Filter capacity providers by their current state.
- Parameters:
state- Filter capacity providers by their current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Filter capacity providers by their current state.
- Parameters:
state- Filter capacity providers by their current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
- Parameters:
marker- Specify the pagination token that's returned by a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of capacity providers to return.
- Parameters:
maxItems- The maximum number of capacity providers to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCapacityProvidersRequest.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
ListCapacityProvidersRequest.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.
-