Interface ListPhoneNumbersSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListPhoneNumbersSummary.Builder,
,ListPhoneNumbersSummary> SdkBuilder<ListPhoneNumbersSummary.Builder,
,ListPhoneNumbersSummary> SdkPojo
- Enclosing class:
ListPhoneNumbersSummary
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The identifier of the Amazon Connect instance that phone numbers are claimed to.phoneNumber
(String phoneNumber) The phone number.phoneNumberArn
(String phoneNumberArn) The Amazon Resource Name (ARN) of the phone number.phoneNumberCountryCode
(String phoneNumberCountryCode) The ISO country code.phoneNumberCountryCode
(PhoneNumberCountryCode phoneNumberCountryCode) The ISO country code.phoneNumberDescription
(String phoneNumberDescription) The description of the phone number.phoneNumberId
(String phoneNumberId) A unique identifier for the phone number.phoneNumberType
(String phoneNumberType) The type of phone number.phoneNumberType
(PhoneNumberType phoneNumberType) The type of phone number.sourcePhoneNumberArn
(String sourcePhoneNumberArn) The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint.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.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, sdkFields
-
Method Details
-
phoneNumberId
A unique identifier for the phone number.
- Parameters:
phoneNumberId
- A unique identifier for the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberArn
The Amazon Resource Name (ARN) of the phone number.
- Parameters:
phoneNumberArn
- The Amazon Resource Name (ARN) of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code]
.- Parameters:
phoneNumber
- The phone number. Phone numbers are formatted[+] [country code] [subscriber number including area code]
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberCountryCode
The ISO country code.
- Parameters:
phoneNumberCountryCode
- The ISO country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneNumberCountryCode
ListPhoneNumbersSummary.Builder phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode) The ISO country code.
- Parameters:
phoneNumberCountryCode
- The ISO country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneNumberType
The type of phone number.
- Parameters:
phoneNumberType
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneNumberType
The type of phone number.
- Parameters:
phoneNumberType
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetArn
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.
- Parameters:
targetArn
- The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.- 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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberDescription
The description of the phone number.
- Parameters:
phoneNumberDescription
- The description of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePhoneNumberArn
The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.
- Parameters:
sourcePhoneNumberArn
- The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-