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