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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-