static CreateContactRequest.Builder |
CreateContactRequest.builder() |
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique, user-specified identifier for this request that ensures idempotency.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.displayName(String displayName) |
The name of the contact to display on the console.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.firstName(String firstName) |
The first name of the contact that is used to call the contact on the device.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.lastName(String lastName) |
The last name of the contact that is used to call the contact on the device.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.phoneNumber(String phoneNumber) |
The phone number of the contact in E.164 format.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.phoneNumbers(Collection<PhoneNumber> phoneNumbers) |
The list of phone numbers for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers) |
The list of phone numbers for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.phoneNumbers(PhoneNumber... phoneNumbers) |
The list of phone numbers for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.sipAddresses(Collection<SipAddress> sipAddresses) |
The list of SIP addresses for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.sipAddresses(Consumer<SipAddress.Builder>... sipAddresses) |
The list of SIP addresses for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.sipAddresses(SipAddress... sipAddresses) |
The list of SIP addresses for the contact.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.tags(Collection<Tag> tags) |
The tags to be added to the specified resource.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to be added to the specified resource.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.tags(Tag... tags) |
The tags to be added to the specified resource.
|
CreateContactRequest.Builder |
CreateContactRequest.toBuilder() |
|