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(Consumer<Stack.Builder>... stacks)
Information about the stacks.
|
DescribeStacksResponse.Builder |
stacks(Stack... stacks)
Information about the stacks.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeStacksResponse.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 stacks(Consumer<Stack.Builder>... stacks)
Information about the stacks.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #stacks(List) .stacks - a consumer that will call methods on List.Builder #stacks(List) 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.