Interface PhoneNumberAssociation.Builder

    • Method Detail

      • value

        PhoneNumberAssociation.Builder value​(String value)

        Contains the ID for the entity specified in Name.

        Parameters:
        value - Contains the ID for the entity specified in Name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PhoneNumberAssociation.Builder name​(String name)

        Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector group ID.

        Parameters:
        name - Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector group ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PhoneNumberAssociationName, PhoneNumberAssociationName
      • associatedTimestamp

        PhoneNumberAssociation.Builder associatedTimestamp​(Instant associatedTimestamp)

        The timestamp of the phone number association, in ISO 8601 format.

        Parameters:
        associatedTimestamp - The timestamp of the phone number association, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.