public static interface DescribeStacksResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
Modifier and Type | Method and 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)
Information about the stacks.
|
DescribeStacksResponse.Builder |
stacks(Stack... stacks)
Information about the stacks.
|
build
copy
apply, build
DescribeStacksResponse.Builder stacks(Collection<Stack> stacks)
Information about the stacks.
stacks
- Information about the stacks.DescribeStacksResponse.Builder stacks(Stack... stacks)
Information about the stacks.
stacks
- Information about the stacks.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.