Interface PhoneNumberConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PhoneNumberConfig.Builder,,PhoneNumberConfig> SdkBuilder<PhoneNumberConfig.Builder,,PhoneNumberConfig> SdkPojo
- Enclosing class:
PhoneNumberConfig
@Mutable
@NotThreadSafe
public static interface PhoneNumberConfig.Builder
extends SdkPojo, CopyableBuilder<PhoneNumberConfig.Builder,PhoneNumberConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe channel for this phone number configuration.The channel for this phone number configuration.phoneNumber(String phoneNumber) The phone number for the user's desk phone.The phone type.The phone type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channel
The channel for this phone number configuration. Only
VOICEis supported for this data type.- Parameters:
channel- The channel for this phone number configuration. OnlyVOICEis supported for this data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channel
The channel for this phone number configuration. Only
VOICEis supported for this data type.- Parameters:
channel- The channel for this phone number configuration. OnlyVOICEis supported for this data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneType
The phone type. Valid values: SOFT_PHONE, DESK_PHONE.
- Parameters:
phoneType- The phone type. Valid values: SOFT_PHONE, DESK_PHONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneType
The phone type. Valid values: SOFT_PHONE, DESK_PHONE.
- Parameters:
phoneType- The phone type. Valid values: SOFT_PHONE, DESK_PHONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneNumber
The phone number for the user's desk phone.
- Parameters:
phoneNumber- The phone number for the user's desk phone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-