public static interface PhoneNumberAssociation.Builder extends SdkPojo, CopyableBuilder<PhoneNumberAssociation.Builder,PhoneNumberAssociation>
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberAssociation.Builder |
associatedTimestamp(Instant associatedTimestamp)
The timestamp of the phone number association, in ISO 8601 format.
|
PhoneNumberAssociation.Builder |
name(PhoneNumberAssociationName name)
Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector
group ID.
|
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.
|
PhoneNumberAssociation.Builder |
value(String value)
Contains the ID for the entity specified in Name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPhoneNumberAssociation.Builder value(String value)
Contains the ID for the entity specified in Name.
value - Contains the ID for the entity specified in 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.
name - Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice
Connector group ID.PhoneNumberAssociationName,
PhoneNumberAssociationNamePhoneNumberAssociation.Builder name(PhoneNumberAssociationName name)
Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector group ID.
name - Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice
Connector group ID.PhoneNumberAssociationName,
PhoneNumberAssociationNamePhoneNumberAssociation.Builder associatedTimestamp(Instant associatedTimestamp)
The timestamp of the phone number association, in ISO 8601 format.
associatedTimestamp - The timestamp of the phone number association, in ISO 8601 format.Copyright © 2023. All rights reserved.