Interface DescribeAssociationExecutionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAssociationExecutionsResponse.Builder,
,DescribeAssociationExecutionsResponse> SdkBuilder<DescribeAssociationExecutionsResponse.Builder,
,DescribeAssociationExecutionsResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
DescribeAssociationExecutionsResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods 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.Builder
avoiding the need to create one manually viaAssociationExecution.builder()
.When the
Consumer
completes,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.
-