Interface IpamResourceCidr.Builder

    • Method Detail

      • ipamId

        IpamResourceCidr.Builder ipamId​(String 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.
      • resourceTags

        IpamResourceCidr.Builder resourceTags​(Collection<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

        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.
      • 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.
      • 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:
        IpamOverlapStatus, IpamOverlapStatus
      • 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:
        IpamOverlapStatus, IpamOverlapStatus
      • vpcId

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