static UpdateContactRequest.Builder |
UpdateContactRequest.builder() |
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.contactArn(String contactArn) |
The ARN of the contact to update.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.displayName(String displayName) |
The updated display name of the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.firstName(String firstName) |
The updated first name of the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.lastName(String lastName) |
The updated last name of the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.phoneNumber(String phoneNumber) |
The updated phone number of the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.phoneNumbers(Collection<PhoneNumber> phoneNumbers) |
The list of phone numbers for the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers) |
The list of phone numbers for the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.phoneNumbers(PhoneNumber... phoneNumbers) |
The list of phone numbers for the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.sipAddresses(Collection<SipAddress> sipAddresses) |
The list of SIP addresses for the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.sipAddresses(Consumer<SipAddress.Builder>... sipAddresses) |
The list of SIP addresses for the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.Builder.sipAddresses(SipAddress... sipAddresses) |
The list of SIP addresses for the contact.
|
UpdateContactRequest.Builder |
UpdateContactRequest.toBuilder() |
|