Interface DescribeAssociationExecutionsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAssociationExecutionsResponse.Builder,,DescribeAssociationExecutionsResponse> SdkBuilder<DescribeAssociationExecutionsResponse.Builder,,DescribeAssociationExecutionsResponse> SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
 DescribeAssociationExecutionsResponse
public static interface DescribeAssociationExecutionsResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionsResponse.Builder,DescribeAssociationExecutionsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionassociationExecutions(Collection<AssociationExecution> associationExecutions) A list of the executions for the specified association ID.associationExecutions(Consumer<AssociationExecution.Builder>... associationExecutions) A list of the executions for the specified association ID.associationExecutions(AssociationExecution... associationExecutions) A list of the executions for the specified association ID.The token for the next set of items to return.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
associationExecutions
DescribeAssociationExecutionsResponse.Builder associationExecutions(Collection<AssociationExecution> associationExecutions) A list of the executions for the specified association ID.
- Parameters:
 associationExecutions- A list of the executions for the specified association ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
associationExecutions
DescribeAssociationExecutionsResponse.Builder associationExecutions(AssociationExecution... associationExecutions) A list of the executions for the specified association ID.
- Parameters:
 associationExecutions- A list of the executions for the specified association ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
associationExecutions
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.Builderavoiding the need to create one manually viaAssociationExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociationExecutions(List<AssociationExecution>).- Parameters:
 associationExecutions- a consumer that will call methods onAssociationExecution.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token for the next set of items to return. Use this token to get the next set of results.
- Parameters:
 nextToken- The token for the next set of items to return. Use this token to get the next set of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -