Interface ByoipCidr.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ByoipCidr.Builder,
,ByoipCidr> SdkBuilder<ByoipCidr.Builder,
,ByoipCidr> SdkPojo
- Enclosing class:
ByoipCidr
public static interface ByoipCidr.Builder
extends SdkPojo, CopyableBuilder<ByoipCidr.Builder,ByoipCidr>
-
Method Summary
Modifier and TypeMethodDescriptionThe address range, in CIDR notation.description
(String description) The description of the address range.The state of the address pool.state
(ByoipCidrState state) The state of the address pool.statusMessage
(String statusMessage) Upon success, contains the ID of the address pool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cidr
The address range, in CIDR notation.
- Parameters:
cidr
- The address range, in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the address range.
- Parameters:
description
- The description of the address range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
- Parameters:
statusMessage
- Upon success, contains the ID of the address pool. Otherwise, contains an error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the address pool.
- Parameters:
state
- The state of the address pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the address pool.
- Parameters:
state
- The state of the address pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-