public static interface UpdateContactRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactRequest.Builder,UpdateContactRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactRequest.Builder |
contactArn(String contactArn)
The ARN of the contact to update.
|
UpdateContactRequest.Builder |
displayName(String displayName)
The updated display name of the contact.
|
UpdateContactRequest.Builder |
firstName(String firstName)
The updated first name of the contact.
|
UpdateContactRequest.Builder |
lastName(String lastName)
The updated last name of the contact.
|
UpdateContactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContactRequest.Builder |
phoneNumber(String phoneNumber)
The updated phone number of the contact.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateContactRequest.Builder contactArn(String contactArn)
The ARN of the contact to update.
contactArn - The ARN of the contact to update.UpdateContactRequest.Builder displayName(String displayName)
The updated display name of the contact.
displayName - The updated display name of the contact.UpdateContactRequest.Builder firstName(String firstName)
The updated first name of the contact.
firstName - The updated first name of the contact.UpdateContactRequest.Builder lastName(String lastName)
The updated last name of the contact.
lastName - The updated last name of the contact.UpdateContactRequest.Builder phoneNumber(String phoneNumber)
The updated phone number of the contact.
phoneNumber - The updated phone number of the contact.UpdateContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.