public static interface ByoipCidr.Builder extends SdkPojo, CopyableBuilder<ByoipCidr.Builder,ByoipCidr>
Modifier and Type | Method and Description |
---|---|
ByoipCidr.Builder |
cidr(String cidr)
The 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ByoipCidr.Builder cidr(String cidr)
The address range, in CIDR notation.
cidr
- The 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
,
ByoipCidrState
ByoipCidr.Builder state(ByoipCidrState state)
The state of the address pool.
state
- The state of the address pool.ByoipCidrState
,
ByoipCidrState
Copyright © 2023. All rights reserved.