CopyableBuilder<ListStacksResponse.Builder,ListStacksResponse>
, SdkBuilder<ListStacksResponse.Builder,ListStacksResponse>
public static interface ListStacksResponse.Builder extends CopyableBuilder<ListStacksResponse.Builder,ListStacksResponse>
Modifier and Type | Method | Description |
---|---|---|
ListStacksResponse.Builder |
nextToken(String nextToken) |
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
|
ListStacksResponse.Builder |
stackSummaries(Collection<StackSummary> stackSummaries) |
A list of
StackSummary structures containing information about the specified stacks. |
ListStacksResponse.Builder |
stackSummaries(StackSummary... stackSummaries) |
A list of
StackSummary structures containing information about the specified stacks. |
copy
apply, build
ListStacksResponse.Builder stackSummaries(Collection<StackSummary> stackSummaries)
A list of StackSummary
structures containing information about the specified stacks.
stackSummaries
- A list of StackSummary
structures containing information about the specified stacks.ListStacksResponse.Builder stackSummaries(StackSummary... stackSummaries)
A list of StackSummary
structures containing information about the specified stacks.
NOTE: This method appends the values to the existing list (if any). Use
#setStackSummaries(java.util.Collection)
or #withStackSummaries(java.util.Collection)
if you
want to override the existing values.
stackSummaries
- A list of StackSummary
structures containing information about the specified stacks.ListStacksResponse.Builder nextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
nextToken
- If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional
page exists, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.