CopyableBuilder<CreateInstancesFromSnapshotResponse.Builder,CreateInstancesFromSnapshotResponse>
, SdkBuilder<CreateInstancesFromSnapshotResponse.Builder,CreateInstancesFromSnapshotResponse>
public static interface CreateInstancesFromSnapshotResponse.Builder extends CopyableBuilder<CreateInstancesFromSnapshotResponse.Builder,CreateInstancesFromSnapshotResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateInstancesFromSnapshotResponse.Builder |
operations(Collection<Operation> operations) |
An array of key-value pairs containing information about the results of your create instances from snapshot
request.
|
CreateInstancesFromSnapshotResponse.Builder |
operations(Operation... operations) |
An array of key-value pairs containing information about the results of your create instances from snapshot
request.
|
copy
apply, build
CreateInstancesFromSnapshotResponse.Builder operations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your create instances from snapshot request.
operations
- An array of key-value pairs containing information about the results of your create instances from
snapshot request.CreateInstancesFromSnapshotResponse.Builder operations(Operation... operations)
An array of key-value pairs containing information about the results of your create instances from snapshot request.
NOTE: This method appends the values to the existing list (if any). Use
#setOperations(java.util.Collection)
or #withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- An array of key-value pairs containing information about the results of your create instances from
snapshot request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.