public static interface DescribeStacksResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, 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(Consumer<Stack.Builder>... stacks)
An array of
Stack objects that describe the stacks. |
DescribeStacksResponse.Builder |
stacks(Stack... stacks)
An array of
Stack objects that describe the stacks. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeStacksResponse.Builder stacks(Consumer<Stack.Builder>... stacks)
An array of Stack objects that describe the stacks.
Stack.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) Copyright © 2023. All rights reserved.