Interface IpamResourceCidr.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IpamResourceCidr.Builder,IpamResourceCidr>, SdkBuilder<IpamResourceCidr.Builder,IpamResourceCidr>, SdkPojo
Enclosing class:
IpamResourceCidr

public static interface IpamResourceCidr.Builder extends SdkPojo, CopyableBuilder<IpamResourceCidr.Builder,IpamResourceCidr>
  • 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

      IpamResourceCidr.Builder ipamScopeId(String 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

      IpamResourceCidr.Builder ipamPoolId(String 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

      IpamResourceCidr.Builder resourceRegion(String 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

      IpamResourceCidr.Builder resourceOwnerId(String 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

      IpamResourceCidr.Builder resourceId(String 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

      IpamResourceCidr.Builder resourceName(String 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

      IpamResourceCidr.Builder resourceCidr(String 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

      IpamResourceCidr.Builder resourceType(String 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

      IpamResourceCidr.Builder resourceType(IpamResourceType 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

      IpamResourceCidr.Builder resourceTags(IpamResourceTag... 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 the IpamResourceTag.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<IpamResourceTag>).

      Parameters:
      resourceTags - a consumer that will call methods on IpamResourceTag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipUsage

      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 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

      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.

      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

      IpamResourceCidr.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.

      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

      IpamResourceCidr.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.

      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

      IpamResourceCidr.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.

      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

      IpamResourceCidr.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.

      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

      IpamResourceCidr.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.

      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

      IpamResourceCidr.Builder availabilityZoneId(String 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.