public static interface ListPhoneNumbersSummary.Builder extends SdkPojo, CopyableBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersSummary.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance that phone numbers are claimed to.
|
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 number
inbound traffic is routed through.
|
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 number inbound traffic is routed through.
targetArn - The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
number inbound traffic is routed through.ListPhoneNumbersSummary.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.Copyright © 2023. All rights reserved.