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