public static interface DescribeStacksResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResponse.Builder |
nextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
|
DescribeStacksResponse.Builder |
stacks(Collection<Stack> stacks)
A list of stack structures.
|
DescribeStacksResponse.Builder |
stacks(Consumer<Stack.Builder>... stacks)
A list of stack structures.
|
DescribeStacksResponse.Builder |
stacks(Stack... stacks)
A list of stack structures.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStacksResponse.Builder stacks(Collection<Stack> stacks)
A list of stack structures.
stacks - A list of stack structures.DescribeStacksResponse.Builder stacks(Stack... stacks)
A list of stack structures.
stacks - A list of stack structures.DescribeStacksResponse.Builder stacks(Consumer<Stack.Builder>... stacks)
A list of stack structures.
This is a convenience method that creates an instance of theStack.Builder avoiding the need to create one
manually via Stack.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #stacks(List.
stacks - a consumer that will call methods on
Stack.Builder#stacks(java.util.Collection) DescribeStacksResponse.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 © 2022. All rights reserved.