CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>, SdkBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>public static interface DescribeStacksResponse.Builder extends CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeStacksResponse.Builder |
stacks(Collection<Stack> stacks) |
An array of
Stack objects that describe the stacks. |
DescribeStacksResponse.Builder |
stacks(Stack... stacks) |
An array of
Stack objects that describe the stacks. |
copyapply, buildDescribeStacksResponse.Builder stacks(Collection<Stack> stacks)
An array of Stack objects that describe the stacks.
stacks - An array of Stack objects that describe the stacks.DescribeStacksResponse.Builder stacks(Stack... stacks)
An array of Stack objects that describe the stacks.
NOTE: This method appends the values to the existing list (if any). Use
#setStacks(java.util.Collection) or #withStacks(java.util.Collection) if you want to override
the existing values.
stacks - An array of Stack objects that describe the stacks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.