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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theAssociationExecutionTarget.Builder avoiding the need to
create one manually via
AssociationExecutionTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associationExecutionTargets(List.
associationExecutionTargets - a consumer that will call methods on
AssociationExecutionTarget.Builder#associationExecutionTargets(java.util.Collection) 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 © 2022. All rights reserved.