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