Interface IpamCidrConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpamCidrConfig.Builder,,IpamCidrConfig> SdkBuilder<IpamCidrConfig.Builder,,IpamCidrConfig> SdkPojo
- Enclosing class:
IpamCidrConfig
@Mutable
@NotThreadSafe
public static interface IpamCidrConfig.Builder
extends SdkPojo, CopyableBuilder<IpamCidrConfig.Builder,IpamCidrConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.The CIDR that specifies the IP address range for this IPAM configuration.ipamPoolArn(String ipamPoolArn) The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.The current status of the IPAM CIDR configuration.status(IpamCidrStatus status) The current status of the IPAM CIDR configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cidr
The CIDR that specifies the IP address range for this IPAM configuration.
- Parameters:
cidr- The CIDR that specifies the IP address range for this IPAM configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolArn
The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.
- Parameters:
ipamPoolArn- The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anycastIp
The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.
- Parameters:
anycastIp- The specified Anycast IP address allocated from the IPAM pool for this CIDR configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the IPAM CIDR configuration.
- Parameters:
status- The current status of the IPAM CIDR configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the IPAM CIDR configuration.
- Parameters:
status- The current status of the IPAM CIDR configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-