public static interface ListStacksResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<ListStacksResponse.Builder,ListStacksResponse>
Modifier and Type | Method and 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. |
build
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.
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.