Interface CfnUser.PhoneNumberConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUser.PhoneNumberConfigProperty.Jsii$Proxy
- Enclosing class:
CfnUser
@Stability(Stable)
public static interface CfnUser.PhoneNumberConfigProperty
extends software.amazon.jsii.JsiiSerializable
Phone Number configuration per channel.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connect.*;
PhoneNumberConfigProperty phoneNumberConfigProperty = PhoneNumberConfigProperty.builder()
.channel("channel")
.phoneType("phoneType")
// the properties below are optional
.phoneNumber("phoneNumber")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUser.PhoneNumberConfigPropertystatic final classAn implementation forCfnUser.PhoneNumberConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannel
The channels that agents can handle in the Contact Control Panel (CCP).- See Also:
-
getPhoneType
The phone type.- See Also:
-
getPhoneNumber
The phone number for the user's desk phone.- See Also:
-
builder
-