public static interface DescribeStacksResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeStacksResponse.Builder,DescribeStacksResponse>
| Modifier and Type | Method and 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. |
buildcopyapply, 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.
stacks - An array of Stack objects that describe the stacks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.