@Stability(value=Stable)
public static interface CfnUser.UserPhoneConfigProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUser.UserPhoneConfigProperty.Builder
A builder for
CfnUser.UserPhoneConfigProperty |
static class |
CfnUser.UserPhoneConfigProperty.Jsii$Proxy
An implementation for
CfnUser.UserPhoneConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.UserPhoneConfigProperty.Builder |
builder() |
default Number |
getAfterContactWorkTimeLimit()
The After Call Work (ACW) timeout setting, in seconds.
|
default Object |
getAutoAccept()
The Auto accept setting.
|
default String |
getDeskPhoneNumber()
The phone number for the user's desk phone.
|
String |
getPhoneType()
The phone type.
|
@Stability(value=Stable) @NotNull String getPhoneType()
@Stability(value=Stable) @Nullable default Number getAfterContactWorkTimeLimit()
@Stability(value=Stable) @Nullable default Object getAutoAccept()
@Stability(value=Stable) @Nullable default String getDeskPhoneNumber()
@Stability(value=Stable) static CfnUser.UserPhoneConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.