Interface ByoipCidr.Builder

    • Method Detail

      • cidr

        ByoipCidr.Builder cidr​(String cidr)

        The address range, in CIDR notation.

        Parameters:
        cidr - The address range, in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ByoipCidr.Builder description​(String description)

        The description of the address range.

        Parameters:
        description - The description of the address range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asnAssociations

        ByoipCidr.Builder asnAssociations​(Collection<AsnAssociation> asnAssociations)

        The BYOIP CIDR associations with ASNs.

        Parameters:
        asnAssociations - The BYOIP CIDR associations with ASNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asnAssociations

        ByoipCidr.Builder asnAssociations​(AsnAssociation... asnAssociations)

        The BYOIP CIDR associations with ASNs.

        Parameters:
        asnAssociations - The BYOIP CIDR associations with ASNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        ByoipCidr.Builder statusMessage​(String statusMessage)

        Upon success, contains the ID of the address pool. Otherwise, contains an error message.

        Parameters:
        statusMessage - Upon success, contains the ID of the address pool. Otherwise, contains an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        ByoipCidr.Builder state​(String state)

        The state of the address pool.

        Parameters:
        state - The state of the address pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ByoipCidrState, ByoipCidrState