Interface ListConfigurationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConfigurationsRequest.Builder,,ListConfigurationsRequest> SdkBuilder<ListConfigurationsRequest.Builder,,ListConfigurationsRequest> SdkPojo,SdkRequest.Builder,SsmQuickSetupRequest.Builder
- Enclosing class:
ListConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListConfigurationsRequest.Builder
extends SsmQuickSetupRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationsRequest.Builder,ListConfigurationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationDefinitionId(String configurationDefinitionId) The ID of the configuration definition.filters(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.managerArn(String managerArn) The ARN of the configuration manager.Specifies the maximum number of configurations 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssmquicksetup.model.SsmQuickSetupRequest.Builder
build
-
Method Details
-
configurationDefinitionId
The ID of the configuration definition.
- Parameters:
configurationDefinitionId- The ID of the configuration definition.- 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.
- 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:
-
managerArn
The ARN of the configuration manager.
- Parameters:
managerArn- The ARN of the configuration manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
Specifies the maximum number of configurations that are returned by the request.
- Parameters:
maxItems- Specifies the maximum number of configurations 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
ListConfigurationsRequest.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
ListConfigurationsRequest.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.
-