Interface PhoneNumberCountry.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PhoneNumberCountry.Builder,,- PhoneNumberCountry> - SdkBuilder<PhoneNumberCountry.Builder,,- PhoneNumberCountry> - SdkPojo
- Enclosing class:
- PhoneNumberCountry
@Mutable
@NotThreadSafe
public static interface PhoneNumberCountry.Builder
extends SdkPojo, CopyableBuilder<PhoneNumberCountry.Builder,PhoneNumberCountry> 
- 
Method SummaryModifier and TypeMethodDescriptioncountryCode(String countryCode) The phone number country code.supportedPhoneNumberTypes(Collection<PhoneNumberType> supportedPhoneNumberTypes) The supported phone number types.supportedPhoneNumberTypes(PhoneNumberType... supportedPhoneNumberTypes) The supported phone number types.supportedPhoneNumberTypesWithStrings(String... supportedPhoneNumberTypes) The supported phone number types.supportedPhoneNumberTypesWithStrings(Collection<String> supportedPhoneNumberTypes) The supported phone number types.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
countryCodeThe phone number country code. Format: ISO 3166-1 alpha-2. - Parameters:
- countryCode- The phone number country code. Format: ISO 3166-1 alpha-2.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedPhoneNumberTypesWithStringsPhoneNumberCountry.Builder supportedPhoneNumberTypesWithStrings(Collection<String> supportedPhoneNumberTypes) The supported phone number types. - Parameters:
- supportedPhoneNumberTypes- The supported phone number types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedPhoneNumberTypesWithStringsPhoneNumberCountry.Builder supportedPhoneNumberTypesWithStrings(String... supportedPhoneNumberTypes) The supported phone number types. - Parameters:
- supportedPhoneNumberTypes- The supported phone number types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedPhoneNumberTypesPhoneNumberCountry.Builder supportedPhoneNumberTypes(Collection<PhoneNumberType> supportedPhoneNumberTypes) The supported phone number types. - Parameters:
- supportedPhoneNumberTypes- The supported phone number types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedPhoneNumberTypesThe supported phone number types. - Parameters:
- supportedPhoneNumberTypes- The supported phone number types.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-