@Stability(value=Stable) public static final class CfnUser.UserPhoneConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUser.UserPhoneConfigProperty>
CfnUser.UserPhoneConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUser.UserPhoneConfigProperty.Builder |
afterContactWorkTimeLimit(Number afterContactWorkTimeLimit)
Sets the value of
CfnUser.UserPhoneConfigProperty.getAfterContactWorkTimeLimit() |
CfnUser.UserPhoneConfigProperty.Builder |
autoAccept(Boolean autoAccept)
Sets the value of
CfnUser.UserPhoneConfigProperty.getAutoAccept() |
CfnUser.UserPhoneConfigProperty.Builder |
autoAccept(IResolvable autoAccept)
Sets the value of
CfnUser.UserPhoneConfigProperty.getAutoAccept() |
CfnUser.UserPhoneConfigProperty |
build()
Builds the configured instance.
|
CfnUser.UserPhoneConfigProperty.Builder |
deskPhoneNumber(String deskPhoneNumber)
Sets the value of
CfnUser.UserPhoneConfigProperty.getDeskPhoneNumber() |
CfnUser.UserPhoneConfigProperty.Builder |
phoneType(String phoneType)
Sets the value of
CfnUser.UserPhoneConfigProperty.getPhoneType() |
@Stability(value=Stable) public CfnUser.UserPhoneConfigProperty.Builder phoneType(String phoneType)
CfnUser.UserPhoneConfigProperty.getPhoneType()phoneType - The phone type. This parameter is required.this@Stability(value=Stable) public CfnUser.UserPhoneConfigProperty.Builder afterContactWorkTimeLimit(Number afterContactWorkTimeLimit)
CfnUser.UserPhoneConfigProperty.getAfterContactWorkTimeLimit()afterContactWorkTimeLimit - The After Call Work (ACW) timeout setting, in seconds.this@Stability(value=Stable) public CfnUser.UserPhoneConfigProperty.Builder autoAccept(Boolean autoAccept)
CfnUser.UserPhoneConfigProperty.getAutoAccept()autoAccept - The Auto accept setting.this@Stability(value=Stable) public CfnUser.UserPhoneConfigProperty.Builder autoAccept(IResolvable autoAccept)
CfnUser.UserPhoneConfigProperty.getAutoAccept()autoAccept - The Auto accept setting.this@Stability(value=Stable) public CfnUser.UserPhoneConfigProperty.Builder deskPhoneNumber(String deskPhoneNumber)
CfnUser.UserPhoneConfigProperty.getDeskPhoneNumber()deskPhoneNumber - The phone number for the user's desk phone.this@Stability(value=Stable) public CfnUser.UserPhoneConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnUser.UserPhoneConfigProperty>CfnUser.UserPhoneConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.