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.
instanceId - The identifier of the Amazon Connect instance.ListPhoneNumbersRequest.Builder phoneNumberTypesWithStrings(Collection<String> phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersRequest.Builder phoneNumberTypesWithStrings(String... phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersRequest.Builder phoneNumberTypes(Collection<PhoneNumberType> phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.ListPhoneNumbersRequest.Builder phoneNumberTypes(PhoneNumberType... phoneNumberTypes)
The type of phone number.
phoneNumberTypes - The type of phone number.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.
maxResults - The maximum number of results to return per page.ListPhoneNumbersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPhoneNumbersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.