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) |
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeStacksResponse.Builder |
stacks(Collection<Stack> stacks) |
The list of stack details.
|
DescribeStacksResponse.Builder |
stacks(Stack... stacks) |
The list of stack details.
|
copy
apply, build
DescribeStacksResponse.Builder stacks(Collection<Stack> stacks)
The list of stack details.
stacks
- The list of stack details.DescribeStacksResponse.Builder stacks(Stack... stacks)
The list of stack details.
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
- The list of stack details.DescribeStacksResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.