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 IP address space in the IPAM pool that is allocated to this resource.
|
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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #resourceTags(List) .resourceTags - a consumer that will call methods on List.Builder #resourceTags(List) IpamResourceCidr.Builder ipUsage(Double ipUsage)
The IP address space in the IPAM pool that is allocated to this resource. To convert the decimal to a percentage, multiply the decimal by 100.
ipUsage - The IP address space in the IPAM pool that is allocated to this resource. To convert the decimal to a
percentage, multiply the decimal by 100.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 © 2022. All rights reserved.