public static interface ByoipCidr.Builder extends SdkPojo, CopyableBuilder<ByoipCidr.Builder,ByoipCidr>
| Modifier and Type | Method and Description |
|---|---|
ByoipCidr.Builder |
cidr(String cidr)
The public IPv4 address range, in CIDR notation.
|
ByoipCidr.Builder |
description(String description)
The description of the address range.
|
ByoipCidr.Builder |
state(ByoipCidrState state)
The state of the address pool.
|
ByoipCidr.Builder |
state(String state)
The state of the address pool.
|
ByoipCidr.Builder |
statusMessage(String statusMessage)
Upon success, contains the ID of the address pool.
|
copyapplyMutation, buildByoipCidr.Builder cidr(String cidr)
The public IPv4 address range, in CIDR notation.
cidr - The public IPv4 address range, in CIDR notation.ByoipCidr.Builder description(String description)
The description of the address range.
description - The description of the address range.ByoipCidr.Builder statusMessage(String statusMessage)
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
statusMessage - Upon success, contains the ID of the address pool. Otherwise, contains an error message.ByoipCidr.Builder state(String state)
The state of the address pool.
state - The state of the address pool.ByoipCidrState,
ByoipCidrStateByoipCidr.Builder state(ByoipCidrState state)
The state of the address pool.
state - The state of the address pool.ByoipCidrState,
ByoipCidrStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.