Interface AvailableNumberSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AvailableNumberSummary.Builder,
,AvailableNumberSummary> SdkBuilder<AvailableNumberSummary.Builder,
,AvailableNumberSummary> SdkPojo
- Enclosing class:
AvailableNumberSummary
@Mutable
@NotThreadSafe
public static interface AvailableNumberSummary.Builder
extends SdkPojo, CopyableBuilder<AvailableNumberSummary.Builder,AvailableNumberSummary>
-
Method Summary
Modifier and TypeMethodDescriptionphoneNumber
(String phoneNumber) The phone number.phoneNumberCountryCode
(String phoneNumberCountryCode) The ISO country code.phoneNumberCountryCode
(PhoneNumberCountryCode phoneNumberCountryCode) The ISO country code.phoneNumberType
(String phoneNumberType) The type of phone number.phoneNumberType
(PhoneNumberType phoneNumberType) The type of phone number.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
-
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
AvailableNumberSummary.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:
-