CopyableBuilder<DeleteInstanceSnapshotResponse.Builder,DeleteInstanceSnapshotResponse>
, SdkBuilder<DeleteInstanceSnapshotResponse.Builder,DeleteInstanceSnapshotResponse>
public static interface DeleteInstanceSnapshotResponse.Builder extends CopyableBuilder<DeleteInstanceSnapshotResponse.Builder,DeleteInstanceSnapshotResponse>
Modifier and Type | Method | Description |
---|---|---|
DeleteInstanceSnapshotResponse.Builder |
operations(Collection<Operation> operations) |
An array of key-value pairs containing information about the results of your delete instance snapshot
request.
|
DeleteInstanceSnapshotResponse.Builder |
operations(Operation... operations) |
An array of key-value pairs containing information about the results of your delete instance snapshot
request.
|
copy
apply, build
DeleteInstanceSnapshotResponse.Builder operations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
operations
- An array of key-value pairs containing information about the results of your delete instance snapshot
request.DeleteInstanceSnapshotResponse.Builder operations(Operation... operations)
An array of key-value pairs containing information about the results of your delete instance 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 delete instance snapshot
request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.