public static interface DescribeStacksResponse.Builder extends AppStreamResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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)
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 © 2023. All rights reserved.