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 |
stackIds(String... stackIds) |
An array of stack IDs that specify the stacks to be described.
|
DescribeStacksRequest.Builder |
stackIds(Collection<String> stackIds) |
An array of stack IDs that specify the stacks to be described.
|
copy
apply, build
DescribeStacksRequest.Builder stackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks
returns a description of every stack.
stackIds
- An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks
returns a description of every stack.DescribeStacksRequest.Builder stackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks
returns a description of every stack.
NOTE: This method appends the values to the existing list (if any). Use
#setStackIds(java.util.Collection)
or #withStackIds(java.util.Collection)
if you want to
override the existing values.
stackIds
- An array of stack IDs that specify the stacks to be described. If you omit this parameter,
DescribeStacks
returns a description of every stack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.