public static interface DescribeAssociationExecutionTargetsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionTargetsRequest.Builder,DescribeAssociationExecutionTargetsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAssociationExecutionTargetsRequest.Builder associationId(String associationId)
The association ID that includes the execution for which you want to view details.
associationId - The association ID that includes the execution for which you want to view details.DescribeAssociationExecutionTargetsRequest.Builder executionId(String executionId)
The execution ID for which you want to view details.
executionId - The execution ID for which you want to view details.DescribeAssociationExecutionTargetsRequest.Builder filters(Collection<AssociationExecutionTargetsFilter> filters)
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
filters - Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
DescribeAssociationExecutionTargetsRequest.Builder filters(AssociationExecutionTargetsFilter... filters)
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
filters - Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
DescribeAssociationExecutionTargetsRequest.Builder filters(Consumer<AssociationExecutionTargetsFilter.Builder>... filters)
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
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) DescribeAssociationExecutionTargetsRequest.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.DescribeAssociationExecutionTargetsRequest.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.DescribeAssociationExecutionTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAssociationExecutionTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.