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