Interface ListPhoneNumbersV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<ListPhoneNumbersV2Request.Builder,
,ListPhoneNumbersV2Request> SdkBuilder<ListPhoneNumbersV2Request.Builder,
,ListPhoneNumbersV2Request> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListPhoneNumbersV2Request
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The identifier of the Amazon Connect instance that phone numbers are claimed to.maxResults
(Integer maxResults) The maximum number of results to return per page.The token for the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.phoneNumberCountryCodes
(Collection<PhoneNumberCountryCode> phoneNumberCountryCodes) The ISO country code.phoneNumberCountryCodes
(PhoneNumberCountryCode... phoneNumberCountryCodes) The ISO country code.phoneNumberCountryCodesWithStrings
(String... phoneNumberCountryCodes) The ISO country code.phoneNumberCountryCodesWithStrings
(Collection<String> phoneNumberCountryCodes) The ISO country code.phoneNumberPrefix
(String phoneNumberPrefix) The prefix of the phone number.phoneNumberTypes
(Collection<PhoneNumberType> phoneNumberTypes) The type of phone number.phoneNumberTypes
(PhoneNumberType... phoneNumberTypes) The type of phone number.phoneNumberTypesWithStrings
(String... phoneNumberTypes) The type of phone number.phoneNumberTypesWithStrings
(Collection<String> phoneNumberTypes) The type of phone number.The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetArn
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. If both
TargetArn
andInstanceId
input are 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.- Parameters:
targetArn
- The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. If bothTargetArn
andInstanceId
input are 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. If both
TargetArn
andInstanceId
are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same AWS Region as the request.- Parameters:
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. If bothTargetArn
andInstanceId
are not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account in the same AWS Region as the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per page.
- Parameters:
maxResults
- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberCountryCodesWithStrings
ListPhoneNumbersV2Request.Builder phoneNumberCountryCodesWithStrings(Collection<String> phoneNumberCountryCodes) The ISO country code.
- Parameters:
phoneNumberCountryCodes
- The ISO country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberCountryCodesWithStrings
ListPhoneNumbersV2Request.Builder phoneNumberCountryCodesWithStrings(String... phoneNumberCountryCodes) The ISO country code.
- Parameters:
phoneNumberCountryCodes
- The ISO country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberCountryCodes
ListPhoneNumbersV2Request.Builder phoneNumberCountryCodes(Collection<PhoneNumberCountryCode> phoneNumberCountryCodes) The ISO country code.
- Parameters:
phoneNumberCountryCodes
- The ISO country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberCountryCodes
ListPhoneNumbersV2Request.Builder phoneNumberCountryCodes(PhoneNumberCountryCode... phoneNumberCountryCodes) The ISO country code.
- Parameters:
phoneNumberCountryCodes
- The ISO country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberTypesWithStrings
The type of phone number.
- Parameters:
phoneNumberTypes
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberTypesWithStrings
The type of phone number.
- Parameters:
phoneNumberTypes
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberTypes
The type of phone number.
- Parameters:
phoneNumberTypes
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberTypes
The type of phone number.
- Parameters:
phoneNumberTypes
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberPrefix
The prefix of the phone number. If provided, it must contain
+
as part of the country code.- Parameters:
phoneNumberPrefix
- The prefix of the phone number. If provided, it must contain+
as part of the country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPhoneNumbersV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPhoneNumbersV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-