Interface CfnUser.UserPhoneConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUser.UserPhoneConfigProperty.Jsii$Proxy
Enclosing class:
CfnUser

@Stability(Stable) public static interface CfnUser.UserPhoneConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the phone configuration settings for a user.

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.*;
 UserPhoneConfigProperty userPhoneConfigProperty = UserPhoneConfigProperty.builder()
         .phoneType("phoneType")
         // the properties below are optional
         .afterContactWorkTimeLimit(123)
         .autoAccept(false)
         .deskPhoneNumber("deskPhoneNumber")
         .build();
 
  • Method Details

    • getPhoneType

      @Stability(Stable) @NotNull String getPhoneType()
      The phone type.
    • getAfterContactWorkTimeLimit

      @Stability(Stable) @Nullable default Number getAfterContactWorkTimeLimit()
      The After Call Work (ACW) timeout setting, in seconds.

      When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned in milliseconds.

    • getAutoAccept

      @Stability(Stable) @Nullable default Object getAutoAccept()
      The Auto accept setting.
    • getDeskPhoneNumber

      @Stability(Stable) @Nullable default String getDeskPhoneNumber()
      The phone number for the user's desk phone.
    • builder

      @Stability(Stable) static CfnUser.UserPhoneConfigProperty.Builder builder()
      Returns:
      a CfnUser.UserPhoneConfigProperty.Builder of CfnUser.UserPhoneConfigProperty