CopyableBuilder<StopInstanceResponse.Builder,StopInstanceResponse>
, SdkBuilder<StopInstanceResponse.Builder,StopInstanceResponse>
public static interface StopInstanceResponse.Builder extends CopyableBuilder<StopInstanceResponse.Builder,StopInstanceResponse>
Modifier and Type | Method | Description |
---|---|---|
StopInstanceResponse.Builder |
operations(Collection<Operation> operations) |
An array of key-value pairs containing information about the request operation.
|
StopInstanceResponse.Builder |
operations(Operation... operations) |
An array of key-value pairs containing information about the request operation.
|
copy
apply, build
StopInstanceResponse.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.StopInstanceResponse.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.