Interface ListConfigurationManagersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConfigurationManagersRequest.Builder,,ListConfigurationManagersRequest> SdkBuilder<ListConfigurationManagersRequest.Builder,,ListConfigurationManagersRequest> SdkPojo,SdkRequest.Builder,SsmQuickSetupRequest.Builder
- Enclosing class:
ListConfigurationManagersRequest
public static interface ListConfigurationManagersRequest.Builder
extends SsmQuickSetupRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationManagersRequest.Builder,ListConfigurationManagersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<Filter> filters) Filters the results returned by the request.filters(Consumer<Filter.Builder>... filters) Filters the results returned by the request.Filters the results returned by the request.Specifies the maximum number of configuration managers that are returned by the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.startingToken(String startingToken) The token to use when requesting a specific set of items from a list.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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssmquicksetup.model.SsmQuickSetupRequest.Builder
build
-
Method Details
-
filters
Filters the results returned by the request.
- Parameters:
filters- Filters the results returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters the results returned by the request.
- Parameters:
filters- Filters the results returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters the results returned by the request.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<Filter>).- Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxItems
Specifies the maximum number of configuration managers that are returned by the request.
- Parameters:
maxItems- Specifies the maximum number of configuration managers that are returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingToken
The token to use when requesting a specific set of items from a list.
- Parameters:
startingToken- The token to use when requesting a specific set of items from a list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationManagersRequest.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
ListConfigurationManagersRequest.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.
-