public static interface IpamResourceCidr.Builder extends SdkPojo, CopyableBuilder<IpamResourceCidr.Builder,IpamResourceCidr>
| Modifier and Type | Method and Description |
|---|---|
IpamResourceCidr.Builder |
complianceStatus(IpamComplianceStatus complianceStatus)
The compliance status of the IPAM resource.
|
IpamResourceCidr.Builder |
complianceStatus(String complianceStatus)
The compliance status of the IPAM resource.
|
IpamResourceCidr.Builder |
ipamId(String ipamId)
The IPAM ID for an IPAM resource.
|
IpamResourceCidr.Builder |
ipamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
|
IpamResourceCidr.Builder |
ipamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
|
IpamResourceCidr.Builder |
ipUsage(Double ipUsage)
The percentage of IP address space in use.
|
IpamResourceCidr.Builder |
managementState(IpamManagementState managementState)
The management state of the resource.
|
IpamResourceCidr.Builder |
managementState(String managementState)
The management state of the resource.
|
IpamResourceCidr.Builder |
overlapStatus(IpamOverlapStatus overlapStatus)
The overlap status of an IPAM resource.
|
IpamResourceCidr.Builder |
overlapStatus(String overlapStatus)
The overlap status of an IPAM resource.
|
IpamResourceCidr.Builder |
resourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
|
IpamResourceCidr.Builder |
resourceId(String resourceId)
The ID of an IPAM resource.
|
IpamResourceCidr.Builder |
resourceName(String resourceName)
The name of an IPAM resource.
|
IpamResourceCidr.Builder |
resourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
|
IpamResourceCidr.Builder |
resourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
|
IpamResourceCidr.Builder |
resourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr.Builder |
resourceTags(Consumer<IpamResourceTag.Builder>... resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr.Builder |
resourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
|
IpamResourceCidr.Builder |
resourceType(IpamResourceType resourceType)
The type of IPAM resource.
|
IpamResourceCidr.Builder |
resourceType(String resourceType)
The type of IPAM resource.
|
IpamResourceCidr.Builder |
vpcId(String vpcId)
The ID of a VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamResourceCidr.Builder ipamId(String ipamId)
The IPAM ID for an IPAM resource.
ipamId - The IPAM ID for an IPAM resource.IpamResourceCidr.Builder ipamScopeId(String ipamScopeId)
The scope ID for an IPAM resource.
ipamScopeId - The scope ID for an IPAM resource.IpamResourceCidr.Builder ipamPoolId(String ipamPoolId)
The pool ID for an IPAM resource.
ipamPoolId - The pool ID for an IPAM resource.IpamResourceCidr.Builder resourceRegion(String resourceRegion)
The Amazon Web Services Region for an IPAM resource.
resourceRegion - The Amazon Web Services Region for an IPAM resource.IpamResourceCidr.Builder resourceOwnerId(String resourceOwnerId)
The Amazon Web Services account number of the owner of an IPAM resource.
resourceOwnerId - The Amazon Web Services account number of the owner of an IPAM resource.IpamResourceCidr.Builder resourceId(String resourceId)
The ID of an IPAM resource.
resourceId - The ID of an IPAM resource.IpamResourceCidr.Builder resourceName(String resourceName)
The name of an IPAM resource.
resourceName - The name of an IPAM resource.IpamResourceCidr.Builder resourceCidr(String resourceCidr)
The CIDR for an IPAM resource.
resourceCidr - The CIDR for an IPAM resource.IpamResourceCidr.Builder resourceType(String resourceType)
The type of IPAM resource.
resourceType - The type of IPAM resource.IpamResourceType,
IpamResourceTypeIpamResourceCidr.Builder resourceType(IpamResourceType resourceType)
The type of IPAM resource.
resourceType - The type of IPAM resource.IpamResourceType,
IpamResourceTypeIpamResourceCidr.Builder resourceTags(Collection<IpamResourceTag> resourceTags)
The tags for an IPAM resource.
resourceTags - The tags for an IPAM resource.IpamResourceCidr.Builder resourceTags(IpamResourceTag... resourceTags)
The tags for an IPAM resource.
resourceTags - The tags for an IPAM resource.IpamResourceCidr.Builder resourceTags(Consumer<IpamResourceTag.Builder>... 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 via IpamResourceTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #resourceTags(List.
resourceTags - a consumer that will call methods on
IpamResourceTag.Builder#resourceTags(java.util.Collection) IpamResourceCidr.Builder ipUsage(Double 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 a 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).
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 a 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).
IpamResourceCidr.Builder complianceStatus(String 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.
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.IpamComplianceStatus,
IpamComplianceStatusIpamResourceCidr.Builder complianceStatus(IpamComplianceStatus 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.
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.IpamComplianceStatus,
IpamComplianceStatusIpamResourceCidr.Builder managementState(String 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.
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.IpamManagementState,
IpamManagementStateIpamResourceCidr.Builder managementState(IpamManagementState 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.
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.IpamManagementState,
IpamManagementStateIpamResourceCidr.Builder overlapStatus(String 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.
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.IpamOverlapStatus,
IpamOverlapStatusIpamResourceCidr.Builder overlapStatus(IpamOverlapStatus 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.
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.IpamOverlapStatus,
IpamOverlapStatusIpamResourceCidr.Builder vpcId(String vpcId)
The ID of a VPC.
vpcId - The ID of a VPC.Copyright © 2023. All rights reserved.