public static interface DescribeAssociationExecutionsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionsRequest.Builder,DescribeAssociationExecutionsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAssociationExecutionsRequest.Builder associationId(String associationId)
The association ID for which you want to view execution history details.
associationId
- The association ID for which you want to view execution history details.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)
filters
- Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
DescribeAssociationExecutionsRequest.Builder filters(AssociationExecutionFilter... filters)
Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
filters
- Filters for the request. You can specify the following filters and values.
ExecutionId (EQUAL)
Status (EQUAL)
CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)
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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribeAssociationExecutionsRequest.Builder maxResults(Integer 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.
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.DescribeAssociationExecutionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.DescribeAssociationExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeAssociationExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.