public static interface ListPhoneNumbersRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersRequest.Builder,ListPhoneNumbersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPhoneNumbersRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.ListPhoneNumbersRequest.Builder phoneNumberTypesWithStrings(Collection<String> phoneNumberTypes)
The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID, it
incorrectly lists them as TOLL_FREE or DID.
phoneNumberTypes - The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID,
it incorrectly lists them as TOLL_FREE or DID.
ListPhoneNumbersRequest.Builder phoneNumberTypesWithStrings(String... phoneNumberTypes)
The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID, it
incorrectly lists them as TOLL_FREE or DID.
phoneNumberTypes - The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID,
it incorrectly lists them as TOLL_FREE or DID.
ListPhoneNumbersRequest.Builder phoneNumberTypes(Collection<PhoneNumberType> phoneNumberTypes)
The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID, it
incorrectly lists them as TOLL_FREE or DID.
phoneNumberTypes - The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID,
it incorrectly lists them as TOLL_FREE or DID.
ListPhoneNumbersRequest.Builder phoneNumberTypes(PhoneNumberType... phoneNumberTypes)
The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID, it
incorrectly lists them as TOLL_FREE or DID.
phoneNumberTypes - The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types
UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID,
it incorrectly lists them as TOLL_FREE or DID.
ListPhoneNumbersRequest.Builder phoneNumberCountryCodesWithStrings(Collection<String> phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersRequest.Builder phoneNumberCountryCodesWithStrings(String... phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersRequest.Builder phoneNumberCountryCodes(Collection<PhoneNumberCountryCode> phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersRequest.Builder phoneNumberCountryCodes(PhoneNumberCountryCode... phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListPhoneNumbersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page. The default MaxResult size is 100.
maxResults - The maximum number of results to return per page. The default MaxResult size is 100.ListPhoneNumbersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPhoneNumbersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.