CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>, SdkBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>public static interface ListChangeSetsResponse.Builder extends CopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>
| Modifier and Type | Method | 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(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(ChangeSetSummary... summaries) |
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSummaries(java.util.Collection) or #withSummaries(java.util.Collection) if you want to
override the existing values.
summaries - A list of ChangeSetSummary structures that provides the ID and status of each change set
for the specified stack.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.