public static interface ListChangeSetsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResponse.Builder |
nextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of change sets.
|
ListChangeSetsResponse.Builder |
summaries(ChangeSetSummary... summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
ListChangeSetsResponse.Builder |
summaries(Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
ListChangeSetsResponse.Builder |
summaries(Consumer<ChangeSetSummary.Builder>... summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChangeSetsResponse.Builder summaries(Collection<ChangeSetSummary> summaries)
A list of ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack.
summaries - A list of ChangeSetSummary structures that provides the ID and status of each change set
for the specified stack.ListChangeSetsResponse.Builder summaries(ChangeSetSummary... summaries)
A list of ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack.
summaries - A list of ChangeSetSummary structures that provides the ID and status of each change set
for the specified stack.ListChangeSetsResponse.Builder summaries(Consumer<ChangeSetSummary.Builder>... summaries)
A list of ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack.
ChangeSetSummary.Builder avoiding the need to
create one manually via
ChangeSetSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
ChangeSetSummary.Builder#summaries(java.util.Collection) ListChangeSetsResponse.Builder nextToken(String 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.
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.Copyright © 2023. All rights reserved.