Interface IpamResourceCidr.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IpamResourceCidr.Builder,
,IpamResourceCidr> SdkBuilder<IpamResourceCidr.Builder,
,IpamResourceCidr> SdkPojo
- Enclosing class:
IpamResourceCidr
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneId
(String availabilityZoneId) The Availability Zone ID.complianceStatus
(String complianceStatus) The compliance status of the IPAM resource.complianceStatus
(IpamComplianceStatus complianceStatus) The compliance status of the IPAM resource.The IPAM ID for an IPAM resource.ipamPoolId
(String ipamPoolId) The pool ID for an IPAM resource.ipamScopeId
(String ipamScopeId) The scope ID for an IPAM resource.The percentage of IP address space in use.managementState
(String managementState) The management state of the resource.managementState
(IpamManagementState managementState) The management state of the resource.overlapStatus
(String overlapStatus) The overlap status of an IPAM resource.overlapStatus
(IpamOverlapStatus overlapStatus) The overlap status of an IPAM resource.resourceCidr
(String resourceCidr) The CIDR for an IPAM resource.resourceId
(String resourceId) The ID of an IPAM resource.resourceName
(String resourceName) The name of an IPAM resource.resourceOwnerId
(String resourceOwnerId) The Amazon Web Services account number of the owner of an IPAM resource.resourceRegion
(String resourceRegion) The Amazon Web Services Region for an IPAM resource.resourceTags
(Collection<IpamResourceTag> resourceTags) The tags for an IPAM resource.resourceTags
(Consumer<IpamResourceTag.Builder>... resourceTags) The tags for an IPAM resource.resourceTags
(IpamResourceTag... resourceTags) The tags for an IPAM resource.resourceType
(String resourceType) The type of IPAM resource.resourceType
(IpamResourceType resourceType) The type of IPAM resource.The ID of a VPC.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ipamId
The IPAM ID for an IPAM resource.
- Parameters:
ipamId
- The IPAM ID for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamScopeId
The scope ID for an IPAM resource.
- Parameters:
ipamScopeId
- The scope ID for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolId
The pool ID for an IPAM resource.
- Parameters:
ipamPoolId
- The pool ID for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceRegion
The Amazon Web Services Region for an IPAM resource.
- Parameters:
resourceRegion
- The Amazon Web Services Region for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwnerId
The Amazon Web Services account number of the owner of an IPAM resource.
- Parameters:
resourceOwnerId
- The Amazon Web Services account number of the owner of an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The ID of an IPAM resource.
- Parameters:
resourceId
- The ID of an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
The name of an IPAM resource.
- Parameters:
resourceName
- The name of an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceCidr
The CIDR for an IPAM resource.
- Parameters:
resourceCidr
- The CIDR for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of IPAM resource.
- Parameters:
resourceType
- The type of IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of IPAM resource.
- Parameters:
resourceType
- The type of IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceTags
The tags for an IPAM resource.
- Parameters:
resourceTags
- The tags for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
The tags for an IPAM resource.
- Parameters:
resourceTags
- The tags for an IPAM resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
The tags for an IPAM resource.
This is a convenience method that creates an instance of theIpamResourceTag.Builder
avoiding the need to create one manually viaIpamResourceTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceTags(List<IpamResourceTag>)
.- Parameters:
resourceTags
- a consumer that will call methods onIpamResourceTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipUsage
The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:
-
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
-
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
-
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
- Parameters:
ipUsage
- The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:-
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
-
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
-
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
complianceStatus
The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
- Parameters:
complianceStatus
- The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
complianceStatus
The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
- Parameters:
complianceStatus
- The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managementState
The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
- Parameters:
managementState
- The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managementState
The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
- Parameters:
managementState
- The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overlapStatus
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
- Parameters:
overlapStatus
- The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overlapStatus
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
- Parameters:
overlapStatus
- The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcId
The ID of a VPC.
- Parameters:
vpcId
- The ID of a VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneId
The Availability Zone ID.
- Parameters:
availabilityZoneId
- The Availability Zone ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-