static ListChangeSetsResponse.Builder |
ListChangeSetsResponse.builder() |
|
ListChangeSetsResponse.Builder |
ListChangeSetsResponse.Builder.nextToken(String nextToken) |
If the output exceeds 1 MB, a string that identifies the next page of change sets.
|
ListChangeSetsResponse.Builder |
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 |
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.
|
ListChangeSetsResponse.Builder |
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 |
ListChangeSetsResponse.toBuilder() |
|