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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAssociationExecutionTargetsResponse.BuilderassociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)Information about the execution.DescribeAssociationExecutionTargetsResponse.BuilderassociationExecutionTargets(Consumer<AssociationExecutionTarget.Builder>... associationExecutionTargets)Information about the execution.DescribeAssociationExecutionTargetsResponse.BuilderassociationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)Information about the execution.DescribeAssociationExecutionTargetsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaAssociationExecutionTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associationExecutionTargets(List.) - 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:
#associationExecutionTargets(java.util.Collection)
-
nextToken
DescribeAssociationExecutionTargetsResponse.Builder nextToken(String 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.
-
-