public static interface CreateInstancesResponse.Builder extends LightsailResponse.Builder, CopyableBuilder<CreateInstancesResponse.Builder,CreateInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateInstancesResponse.Builder |
operations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your create instances request.
|
CreateInstancesResponse.Builder |
operations(Consumer<Operation.Builder>... operations)
An array of key-value pairs containing information about the results of your create instances request.
|
CreateInstancesResponse.Builder |
operations(Operation... operations)
An array of key-value pairs containing information about the results of your create instances request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateInstancesResponse.Builder operations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your create instances request.
operations - An array of key-value pairs containing information about the results of your create instances request.CreateInstancesResponse.Builder operations(Operation... operations)
An array of key-value pairs containing information about the results of your create instances request.
operations - An array of key-value pairs containing information about the results of your create instances request.CreateInstancesResponse.Builder operations(Consumer<Operation.Builder>... operations)
An array of key-value pairs containing information about the results of your create instances request.
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.