public static interface DescribeAssociationExecutionsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionsResponse.Builder,DescribeAssociationExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAssociationExecutionsResponse.Builder |
associationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResponse.Builder |
associationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResponse.Builder |
associationExecutions(Consumer<AssociationExecution.Builder>... associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeAssociationExecutionsResponse.Builder associationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
associationExecutions - A list of the executions for the specified association ID.DescribeAssociationExecutionsResponse.Builder associationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
associationExecutions - A list of the executions for the specified association ID.DescribeAssociationExecutionsResponse.Builder associationExecutions(Consumer<AssociationExecution.Builder>... associationExecutions)
A list of the executions for the specified association ID.
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 #associationExecutions(List) .associationExecutions - a consumer that will call methods on List.Builder #associationExecutions(List) DescribeAssociationExecutionsResponse.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.