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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCapacityProvidersRequest.Buildermarker(String marker)Specify the pagination token that's returned by a previous request to retrieve the next page of results.ListCapacityProvidersRequest.BuildermaxItems(Integer maxItems)The maximum number of capacity providers to return.ListCapacityProvidersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCapacityProvidersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCapacityProvidersRequest.Builderstate(String state)Filter capacity providers by their current state.ListCapacityProvidersRequest.Builderstate(CapacityProviderState state)Filter capacity providers by their current state.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
build
-
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
-
state
ListCapacityProvidersRequest.Builder state(String 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:
CapacityProviderState,CapacityProviderState
-
state
ListCapacityProvidersRequest.Builder state(CapacityProviderState 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:
CapacityProviderState,CapacityProviderState
-
marker
ListCapacityProvidersRequest.Builder marker(String 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
ListCapacityProvidersRequest.Builder maxItems(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCapacityProvidersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-