Interface PhoneNumber.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PhoneNumber.Builder,
,PhoneNumber> SdkBuilder<PhoneNumber.Builder,
,PhoneNumber> SdkPojo
- Enclosing class:
PhoneNumber
public static interface PhoneNumber.Builder
extends SdkPojo, CopyableBuilder<PhoneNumber.Builder,PhoneNumber>
-
Method Summary
Modifier and TypeMethodDescriptionThe raw value of the phone number.The type of the phone number.type
(PhoneNumberType type) The type of the 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 Details
-
number
The raw value of the phone number.
- Parameters:
number
- The raw value of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the phone number.
- Parameters:
type
- The type of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the phone number.
- Parameters:
type
- The type of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-