public static interface DescribeAssociationExecutionTargetsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionTargetsResponse.Builder,DescribeAssociationExecutionTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAssociationExecutionTargetsResponse.Builder |
associationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)
Information about the execution.
|
DescribeAssociationExecutionTargetsResponse.Builder |
associationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
|
DescribeAssociationExecutionTargetsResponse.Builder |
associationExecutionTargets(Consumer<AssociationExecutionTarget.Builder>... associationExecutionTargets)
Information about the execution.
|
DescribeAssociationExecutionTargetsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeAssociationExecutionTargetsResponse.Builder associationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
associationExecutionTargets - Information about the execution.DescribeAssociationExecutionTargetsResponse.Builder associationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)
Information about the execution.
associationExecutionTargets - Information about the execution.DescribeAssociationExecutionTargetsResponse.Builder associationExecutionTargets(Consumer<AssociationExecutionTarget.Builder>... associationExecutionTargets)
Information about the execution.
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 #associationExecutionTargets(List) .associationExecutionTargets - a consumer that will call methods on List.Builder #associationExecutionTargets(List) DescribeAssociationExecutionTargetsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.