public static interface ListChangeSetsResponse.Builder extends CloudFormationResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #summaries(List) .summaries - a consumer that will call methods on List.Builder #summaries(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.