public static interface ListPhoneNumbersSummary.Builder extends SdkPojo, CopyableBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersSummary.Builder |
phoneNumber(String phoneNumber)
The phone number.
|
ListPhoneNumbersSummary.Builder |
phoneNumberArn(String phoneNumberArn)
The Amazon Resource Name (ARN) of the phone number.
|
ListPhoneNumbersSummary.Builder |
phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
ListPhoneNumbersSummary.Builder |
phoneNumberCountryCode(String phoneNumberCountryCode)
The ISO country code.
|
ListPhoneNumbersSummary.Builder |
phoneNumberId(String phoneNumberId)
A unique identifier for the phone number.
|
ListPhoneNumbersSummary.Builder |
phoneNumberType(PhoneNumberType phoneNumberType)
The type of phone number.
|
ListPhoneNumbersSummary.Builder |
phoneNumberType(String phoneNumberType)
The type of phone number.
|
ListPhoneNumbersSummary.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers
are claimed to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListPhoneNumbersSummary.Builder phoneNumberId(String phoneNumberId)
A unique identifier for the phone number.
phoneNumberId - A unique identifier for the phone number.ListPhoneNumbersSummary.Builder phoneNumberArn(String phoneNumberArn)
The Amazon Resource Name (ARN) of the phone number.
phoneNumberArn - The Amazon Resource Name (ARN) of the phone number.ListPhoneNumbersSummary.Builder phoneNumber(String phoneNumber)
The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].
phoneNumber - The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].ListPhoneNumbersSummary.Builder phoneNumberCountryCode(String phoneNumberCountryCode)
The ISO country code.
phoneNumberCountryCode - The ISO country code.PhoneNumberCountryCode,
PhoneNumberCountryCodeListPhoneNumbersSummary.Builder phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
phoneNumberCountryCode - The ISO country code.PhoneNumberCountryCode,
PhoneNumberCountryCodeListPhoneNumbersSummary.Builder phoneNumberType(String phoneNumberType)
The type of phone number.
phoneNumberType - The type of phone number.PhoneNumberType,
PhoneNumberTypeListPhoneNumbersSummary.Builder phoneNumberType(PhoneNumberType phoneNumberType)
The type of phone number.
phoneNumberType - The type of phone number.PhoneNumberType,
PhoneNumberTypeListPhoneNumbersSummary.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.
targetArn - The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
numbers are claimed to.Copyright © 2023. All rights reserved.