public static interface ListPhoneNumbersV2Request.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersV2Request.Builder,ListPhoneNumbersV2Request>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPhoneNumbersV2Request.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers
are claimed to. If TargetArn input is not provided, this API lists numbers claimed to all the
Amazon Connect instances belonging to your account in the same Amazon Web Services Region as the request.
targetArn - The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
numbers are claimed to. If TargetArn input is not provided, this API lists numbers
claimed to all the Amazon Connect instances belonging to your account in the same Amazon Web Services
Region as the request.ListPhoneNumbersV2Request.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListPhoneNumbersV2Request.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.ListPhoneNumbersV2Request.Builder phoneNumberCountryCodesWithStrings(Collection<String> phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersV2Request.Builder phoneNumberCountryCodesWithStrings(String... phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersV2Request.Builder phoneNumberCountryCodes(Collection<PhoneNumberCountryCode> phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersV2Request.Builder phoneNumberCountryCodes(PhoneNumberCountryCode... phoneNumberCountryCodes)
The ISO country code.
phoneNumberCountryCodes - The ISO country code.ListPhoneNumbersV2Request.Builder phoneNumberTypesWithStrings(Collection<String> phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersV2Request.Builder phoneNumberTypesWithStrings(String... phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersV2Request.Builder phoneNumberTypes(Collection<PhoneNumberType> phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersV2Request.Builder phoneNumberTypes(PhoneNumberType... phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersV2Request.Builder phoneNumberPrefix(String phoneNumberPrefix)
The prefix of the phone number. If provided, it must contain + as part of the country code.
phoneNumberPrefix - The prefix of the phone number. If provided, it must contain + as part of the country
code.ListPhoneNumbersV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPhoneNumbersV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.