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
Modifier and TypeMethodDescriptionIf the request doesn't return all the remaining results,NextToken
is set to a token.summaries
(Collection<StackSetAutoDeploymentTargetSummary> summaries) An array of summaries of the deployment targets for the stack set.summaries
(Consumer<StackSetAutoDeploymentTargetSummary.Builder>... summaries) An array of summaries of the deployment targets for the stack set.summaries
(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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.Builder
avoiding the need to create one manually viaStackSetAutoDeploymentTargetSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummaries(List<StackSetAutoDeploymentTargetSummary>)
.- 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:
-
nextToken
If the request doesn't return all the remaining results,
NextToken
is set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for theNextToken
parameter. If the request returns all results,NextToken
is set to an empty string.- Parameters:
nextToken
- If the request doesn't return all the remaining results,NextToken
is set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for theNextToken
parameter. If the request returns all results,NextToken
is set to an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-