public static interface ListStacksResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
StackSummary.Builder avoiding the need to create
one manually via StackSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #stackSummaries(List.
stackSummaries - a consumer that will call methods on
StackSummary.Builder#stackSummaries(java.util.Collection) 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 © 2023. All rights reserved.