Interface ListStackSetAutoDeploymentTargetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListStackSetAutoDeploymentTargetsResponse.Builder,ListStackSetAutoDeploymentTargetsResponse>,SdkBuilder<ListStackSetAutoDeploymentTargetsResponse.Builder,ListStackSetAutoDeploymentTargetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListStackSetAutoDeploymentTargetsResponse
public static interface ListStackSetAutoDeploymentTargetsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListStackSetAutoDeploymentTargetsResponse.Builder,ListStackSetAutoDeploymentTargetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStackSetAutoDeploymentTargetsResponse.BuildernextToken(String nextToken)If the request doesn't return all the remaining results,NextTokenis set to a token.ListStackSetAutoDeploymentTargetsResponse.Buildersummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)An array of summaries of the deployment targets for the stack set.ListStackSetAutoDeploymentTargetsResponse.Buildersummaries(Consumer<StackSetAutoDeploymentTargetSummary.Builder>... summaries)An array of summaries of the deployment targets for the stack set.ListStackSetAutoDeploymentTargetsResponse.Buildersummaries(StackSetAutoDeploymentTargetSummary... summaries)An array of summaries of the deployment targets for the stack set.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
summaries
ListStackSetAutoDeploymentTargetsResponse.Builder summaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
- Parameters:
summaries- An array of summaries of the deployment targets for the stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
ListStackSetAutoDeploymentTargetsResponse.Builder summaries(StackSetAutoDeploymentTargetSummary... summaries)
An array of summaries of the deployment targets for the stack set.
- Parameters:
summaries- An array of summaries of the deployment targets for the stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
ListStackSetAutoDeploymentTargetsResponse.Builder summaries(Consumer<StackSetAutoDeploymentTargetSummary.Builder>... summaries)
An array of summaries of the deployment targets for the stack set.
This is a convenience method that creates an instance of theStackSetAutoDeploymentTargetSummary.Builderavoiding the need to create one manually viaStackSetAutoDeploymentTargetSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#summaries(List.) - Parameters:
summaries- a consumer that will call methods onStackSetAutoDeploymentTargetSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#summaries(java.util.Collection)
-
nextToken
ListStackSetAutoDeploymentTargetsResponse.Builder nextToken(String nextToken)
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for theNextTokenparameter. If the request returns all results,NextTokenis set to an empty string.- Parameters:
nextToken- If the request doesn't return all the remaining results,NextTokenis set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for theNextTokenparameter. If the request returns all results,NextTokenis set to an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-