public static interface CreateCloudFormationStackResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudFormationStackResponse.Builder,CreateCloudFormationStackResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationStackResponse.Builder |
operations(Collection<Operation> operations)
A list of objects describing the API operation.
|
CreateCloudFormationStackResponse.Builder |
operations(Consumer<Operation.Builder>... operations)
A list of objects describing the API operation.
|
CreateCloudFormationStackResponse.Builder |
operations(Operation... operations)
A list of objects describing the API operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateCloudFormationStackResponse.Builder operations(Collection<Operation> operations)
A list of objects describing the API operation.
operations - A list of objects describing the API operation.CreateCloudFormationStackResponse.Builder operations(Operation... operations)
A list of objects describing the API operation.
operations - A list of objects describing the API operation.CreateCloudFormationStackResponse.Builder operations(Consumer<Operation.Builder>... operations)
A list of objects describing the API operation.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #operations(List) .operations - a consumer that will call methods on List.Builder #operations(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.