public static interface DescribeStackResourcesResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStackResourcesResponse.Builder,DescribeStackResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourcesResponse.Builder |
stackResources(Collection<StackResource> stackResources)
A list of
StackResource structures. |
DescribeStackResourcesResponse.Builder |
stackResources(Consumer<StackResource.Builder>... stackResources)
A list of
StackResource structures. |
DescribeStackResourcesResponse.Builder |
stackResources(StackResource... stackResources)
A list of
StackResource structures. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStackResourcesResponse.Builder stackResources(Collection<StackResource> stackResources)
A list of StackResource structures.
stackResources - A list of StackResource structures.DescribeStackResourcesResponse.Builder stackResources(StackResource... stackResources)
A list of StackResource structures.
stackResources - A list of StackResource structures.DescribeStackResourcesResponse.Builder stackResources(Consumer<StackResource.Builder>... stackResources)
A list of StackResource structures.
StackResource.Builder avoiding the need to
create one manually via StackResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #stackResources(List.
stackResources - a consumer that will call methods on
StackResource.Builder#stackResources(java.util.Collection) Copyright © 2023. All rights reserved.