Interface PhoneNumberAssociation.Builder

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

public static interface PhoneNumberAssociation.Builder extends SdkPojo, CopyableBuilder<PhoneNumberAssociation.Builder,PhoneNumberAssociation>
  • Method Details

    • 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

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

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

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

      Parameters:
      name - Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.