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(Consumer<StackSummary.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListStacksResponse.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 stackSummaries(Consumer<StackSummary.Builder>... stackSummaries)
A list of StackSummary structures containing information about the specified stacks.
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 #stackSummaries(List) .stackSummaries - a consumer that will call methods on List.Builder #stackSummaries(List) 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.