Interface AvailableNumberSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AvailableNumberSummary.Builder,AvailableNumberSummary>,SdkBuilder<AvailableNumberSummary.Builder,AvailableNumberSummary>,SdkPojo
- Enclosing class:
- AvailableNumberSummary
public static interface AvailableNumberSummary.Builder extends SdkPojo, CopyableBuilder<AvailableNumberSummary.Builder,AvailableNumberSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailableNumberSummary.BuilderphoneNumber(String phoneNumber)The phone number.AvailableNumberSummary.BuilderphoneNumberCountryCode(String phoneNumberCountryCode)The ISO country code.AvailableNumberSummary.BuilderphoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)The ISO country code.AvailableNumberSummary.BuilderphoneNumberType(String phoneNumberType)The type of phone number.AvailableNumberSummary.BuilderphoneNumberType(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, sdkFields
-
-
-
-
Method Detail
-
phoneNumber
AvailableNumberSummary.Builder phoneNumber(String 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
AvailableNumberSummary.Builder phoneNumberCountryCode(String 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,PhoneNumberCountryCode
-
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:
PhoneNumberCountryCode,PhoneNumberCountryCode
-
phoneNumberType
AvailableNumberSummary.Builder phoneNumberType(String 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,PhoneNumberType
-
phoneNumberType
AvailableNumberSummary.Builder phoneNumberType(PhoneNumberType 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,PhoneNumberType
-
-