public static interface CreateContactRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateContactRequest.Builder,CreateContactRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateContactRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
|
CreateContactRequest.Builder |
displayName(String displayName)
The name of the contact to display on the console.
|
CreateContactRequest.Builder |
firstName(String firstName)
The first name of the contact that is used to call the contact on the device.
|
CreateContactRequest.Builder |
lastName(String lastName)
The last name of the contact that is used to call the contact on the device.
|
CreateContactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateContactRequest.Builder |
phoneNumber(String phoneNumber)
The phone number of the contact in E.164 format.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateContactRequest.Builder displayName(String displayName)
The name of the contact to display on the console.
displayName - The name of the contact to display on the console.CreateContactRequest.Builder firstName(String firstName)
The first name of the contact that is used to call the contact on the device.
firstName - The first name of the contact that is used to call the contact on the device.CreateContactRequest.Builder lastName(String lastName)
The last name of the contact that is used to call the contact on the device.
lastName - The last name of the contact that is used to call the contact on the device.CreateContactRequest.Builder phoneNumber(String phoneNumber)
The phone number of the contact in E.164 format.
phoneNumber - The phone number of the contact in E.164 format.CreateContactRequest.Builder clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for this request that ensures idempotency.CreateContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.