CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
, SdkBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
public static interface DescribeStacksRequest.Builder extends CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeStacksRequest.Builder |
names(String... names) |
The stack names to describe.
|
DescribeStacksRequest.Builder |
names(Collection<String> names) |
The stack names to describe.
|
DescribeStacksRequest.Builder |
nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
copy
apply, build
DescribeStacksRequest.Builder names(Collection<String> names)
The stack names to describe. Use null to describe all the stacks for the AWS account.
names
- The stack names to describe. Use null to describe all the stacks for the AWS account.DescribeStacksRequest.Builder names(String... names)
The stack names to describe. Use null to describe all the stacks for the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection)
or #withNames(java.util.Collection)
if you want to override
the existing values.
names
- The stack names to describe. Use null to describe all the stacks for the AWS account.DescribeStacksRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.