CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
, SdkBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
public static interface DescribeStacksResponse.Builder extends CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
Modifier and Type | Method | 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(Stack... stacks) |
A list of stack structures.
|
copy
apply, build
DescribeStacksResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setStacks(java.util.Collection)
or #withStacks(java.util.Collection)
if you want to override
the existing values.
stacks
- A list of stack structures.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.