Interface UpdatePhoneNumberRequestItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatePhoneNumberRequestItem.Builder,UpdatePhoneNumberRequestItem>,SdkBuilder<UpdatePhoneNumberRequestItem.Builder,UpdatePhoneNumberRequestItem>,SdkPojo
- Enclosing class:
- UpdatePhoneNumberRequestItem
public static interface UpdatePhoneNumberRequestItem.Builder extends SdkPojo, CopyableBuilder<UpdatePhoneNumberRequestItem.Builder,UpdatePhoneNumberRequestItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePhoneNumberRequestItem.BuildercallingName(String callingName)The outbound calling name to update.UpdatePhoneNumberRequestItem.Buildername(String name)The name of the phone number.UpdatePhoneNumberRequestItem.BuilderphoneNumberId(String phoneNumberId)The phone number ID to update.UpdatePhoneNumberRequestItem.BuilderproductType(String productType)The product type to update.UpdatePhoneNumberRequestItem.BuilderproductType(PhoneNumberProductType productType)The product type to update.-
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
-
phoneNumberId
UpdatePhoneNumberRequestItem.Builder phoneNumberId(String phoneNumberId)
The phone number ID to update.
- Parameters:
phoneNumberId- The phone number ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productType
UpdatePhoneNumberRequestItem.Builder productType(String productType)
The product type to update.
- Parameters:
productType- The product type to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhoneNumberProductType,PhoneNumberProductType
-
productType
UpdatePhoneNumberRequestItem.Builder productType(PhoneNumberProductType productType)
The product type to update.
- Parameters:
productType- The product type to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhoneNumberProductType,PhoneNumberProductType
-
callingName
UpdatePhoneNumberRequestItem.Builder callingName(String callingName)
The outbound calling name to update.
- Parameters:
callingName- The outbound calling name to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdatePhoneNumberRequestItem.Builder name(String name)
The name of the phone number.
- Parameters:
name- The name of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-