Interface ListChangeSetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<ListChangeSetsResponse.Builder,
,ListChangeSetsResponse> SdkBuilder<ListChangeSetsResponse.Builder,
,ListChangeSetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListChangeSetsResponse
@Mutable
@NotThreadSafe
public static interface ListChangeSetsResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the output exceeds 1 MB, a string that identifies the next page of change sets.summaries
(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.summaries
(Consumer<ChangeSetSummary.Builder>... summaries) A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.summaries
(ChangeSetSummary... summaries) A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.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 Details
-
summaries
A list of
ChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.- Parameters:
summaries
- A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of
ChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.- Parameters:
summaries
- A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of
This is a convenience method that creates an instance of theChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.ChangeSetSummary.Builder
avoiding the need to create one manually viaChangeSetSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummaries(List<ChangeSetSummary>)
.- Parameters:
summaries
- a consumer that will call methods onChangeSetSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is
null
.- Parameters:
nextToken
- If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-