| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static Contact.Builder |
Contact.builder() |
Contact.Builder |
Contact.Builder.contactArn(String contactArn)
The ARN of the contact.
|
Contact.Builder |
Contact.Builder.displayName(String displayName)
The name of the contact to display on the console.
|
Contact.Builder |
Contact.Builder.firstName(String firstName)
The first name of the contact, used to call the contact on the device.
|
Contact.Builder |
Contact.Builder.lastName(String lastName)
The last name of the contact, used to call the contact on the device.
|
Contact.Builder |
Contact.Builder.phoneNumber(String phoneNumber)
The phone number of the contact.
|
Contact.Builder |
Contact.Builder.phoneNumbers(Collection<PhoneNumber> phoneNumbers)
The list of phone numbers for the contact.
|
Contact.Builder |
Contact.Builder.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers)
The list of phone numbers for the contact.
|
Contact.Builder |
Contact.Builder.phoneNumbers(PhoneNumber... phoneNumbers)
The list of phone numbers for the contact.
|
Contact.Builder |
Contact.Builder.sipAddresses(Collection<SipAddress> sipAddresses)
The list of SIP addresses for the contact.
|
Contact.Builder |
Contact.Builder.sipAddresses(Consumer<SipAddress.Builder>... sipAddresses)
The list of SIP addresses for the contact.
|
Contact.Builder |
Contact.Builder.sipAddresses(SipAddress... sipAddresses)
The list of SIP addresses for the contact.
|
Contact.Builder |
Contact.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Contact.Builder> |
Contact.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetContactResponse.Builder |
GetContactResponse.Builder.contact(Consumer<Contact.Builder> contact)
The details of the requested contact.
|
Copyright © 2023. All rights reserved.