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)
Add an optional request override configuration.
|
CreateContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateContactRequest.Builder |
phoneNumber(String phoneNumber)
The phone number of the contact in E.164 format.
|
build
overrideConfiguration
copy
applyMutation, build
CreateContactRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateContactRequest.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.