Interface Ipv6CidrBlockAssociation.Builder

    • Method Detail

      • associationId

        Ipv6CidrBlockAssociation.Builder associationId​(String associationId)

        The association ID for the IPv6 CIDR block.

        Parameters:
        associationId - The association ID for the IPv6 CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6CidrBlock

        Ipv6CidrBlockAssociation.Builder ipv6CidrBlock​(String ipv6CidrBlock)

        The IPv6 CIDR block.

        Parameters:
        ipv6CidrBlock - The IPv6 CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidrBlockState

        Ipv6CidrBlockAssociation.Builder cidrBlockState​(String cidrBlockState)

        Information about the state of the CIDR block. Valid values are as follows:

        • associating

        • associated

        • disassociating

        • disassociated

        • failed

        • failing

        Parameters:
        cidrBlockState - Information about the state of the CIDR block. Valid values are as follows:

        • associating

        • associated

        • disassociating

        • disassociated

        • failed

        • failing

        Returns:
        Returns a reference to this object so that method calls can be chained together.