public static interface DescribeAssociationExecutionsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionsRequest.Builder,DescribeAssociationExecutionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAssociationExecutionsRequest.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 method that creates an instance of theAssociationExecutionFilter.Builder avoiding the need to
create one manually via
AssociationExecutionFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
AssociationExecutionFilter.Builder#filters(java.util.Collection) 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.BuilderDescribeAssociationExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.