Interface DescribeAssociationExecutionTargetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAssociationExecutionTargetsResponse.Builder,
,DescribeAssociationExecutionTargetsResponse> SdkBuilder<DescribeAssociationExecutionTargetsResponse.Builder,
,DescribeAssociationExecutionTargetsResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
DescribeAssociationExecutionTargetsResponse
@Mutable
@NotThreadSafe
public static interface DescribeAssociationExecutionTargetsResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAssociationExecutionTargetsResponse.Builder,DescribeAssociationExecutionTargetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionassociationExecutionTargets
(Collection<AssociationExecutionTarget> associationExecutionTargets) Information about the execution.associationExecutionTargets
(Consumer<AssociationExecutionTarget.Builder>... associationExecutionTargets) Information about the execution.associationExecutionTargets
(AssociationExecutionTarget... associationExecutionTargets) Information about the execution.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
-
associationExecutionTargets
DescribeAssociationExecutionTargetsResponse.Builder associationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets) Information about the execution.
- Parameters:
associationExecutionTargets
- Information about the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationExecutionTargets
DescribeAssociationExecutionTargetsResponse.Builder associationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets) Information about the execution.
- Parameters:
associationExecutionTargets
- Information about the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationExecutionTargets
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 viaAssociationExecutionTarget.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toassociationExecutionTargets(List<AssociationExecutionTarget>)
.- Parameters:
associationExecutionTargets
- a consumer that will call methods onAssociationExecutionTarget.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.
-