public static interface UserPhoneConfig.Builder extends SdkPojo, CopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
Modifier and Type | Method and Description |
---|---|
UserPhoneConfig.Builder |
afterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
|
UserPhoneConfig.Builder |
autoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
|
UserPhoneConfig.Builder |
deskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
|
UserPhoneConfig.Builder |
phoneType(PhoneType phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
UserPhoneConfig.Builder |
phoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
|
copy
applyMutation, build
UserPhoneConfig.Builder phoneType(String phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
UserPhoneConfig.Builder phoneType(PhoneType phoneType)
The phone type selected for the user, either Soft phone or Desk phone.
UserPhoneConfig.Builder autoAccept(Boolean autoAccept)
The Auto accept setting for the user, Yes or No.
autoAccept
- The Auto accept setting for the user, Yes or No.UserPhoneConfig.Builder afterContactWorkTimeLimit(Integer afterContactWorkTimeLimit)
The After Call Work (ACW) timeout setting, in seconds, for the user.
afterContactWorkTimeLimit
- The After Call Work (ACW) timeout setting, in seconds, for the user.UserPhoneConfig.Builder deskPhoneNumber(String deskPhoneNumber)
The phone number for the user's desk phone.
deskPhoneNumber
- The phone number for the user's desk phone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.