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)
Add an optional request override configuration.
|
UpdateContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.