Interface DescribeAssociationExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAssociationExecutionsRequest.Builder,
,DescribeAssociationExecutionsRequest> SdkBuilder<DescribeAssociationExecutionsRequest.Builder,
,DescribeAssociationExecutionsRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
DescribeAssociationExecutionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionassociationId
(String associationId) The association ID for which you want to view execution history details.filters
(Collection<AssociationExecutionFilter> filters) Filters for the request.filters
(Consumer<AssociationExecutionFilter.Builder>... filters) Filters for the request.filters
(AssociationExecutionFilter... filters) Filters for the request.maxResults
(Integer maxResults) The maximum number of items to return for this call.A token to start the list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
associationId
The association ID for which you want to view execution history details.
- Parameters:
associationId
- The association ID for which you want to view execution history details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeAssociationExecutionsRequest.Builder filters(Collection<AssociationExecutionFilter> filters) Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
- Parameters:
filters
- Filters for the request. You can specify the following filters and values.ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
- Parameters:
filters
- Filters for the request. You can specify the following filters and values.ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeAssociationExecutionsRequest.Builder filters(Consumer<AssociationExecutionFilter.Builder>... filters) Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
This is a convenience method that creates an instance of theAssociationExecutionFilter.Builder
avoiding the need to create one manually viaAssociationExecutionFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<AssociationExecutionFilter>)
.- Parameters:
filters
- a consumer that will call methods onAssociationExecutionFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
- Parameters:
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken
- A token to start the list. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAssociationExecutionsRequest.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
DescribeAssociationExecutionsRequest.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.
-