Interface UserPhoneConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserPhoneConfig.Builder,
,UserPhoneConfig> SdkBuilder<UserPhoneConfig.Builder,
,UserPhoneConfig> SdkPojo
- Enclosing class:
UserPhoneConfig
public static interface UserPhoneConfig.Builder
extends SdkPojo, CopyableBuilder<UserPhoneConfig.Builder,UserPhoneConfig>
-
Method Summary
Modifier and TypeMethodDescriptionafterContactWorkTimeLimit
(Integer afterContactWorkTimeLimit) The After Call Work (ACW) timeout setting, in seconds.autoAccept
(Boolean autoAccept) The Auto accept setting.deskPhoneNumber
(String deskPhoneNumber) The phone number for the user's desk phone.The phone type.The phone type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
phoneType
The phone type.
- Parameters:
phoneType
- The phone type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneType
The phone type.
- Parameters:
phoneType
- The phone type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoAccept
The Auto accept setting.
- Parameters:
autoAccept
- The Auto accept setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterContactWorkTimeLimit
The After Call Work (ACW) timeout setting, in seconds.
When returned by a
SearchUsers
call,AfterContactWorkTimeLimit
is returned in milliseconds.- Parameters:
afterContactWorkTimeLimit
- The After Call Work (ACW) timeout setting, in seconds.When returned by a
SearchUsers
call,AfterContactWorkTimeLimit
is returned in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deskPhoneNumber
The phone number for the user's desk phone.
- Parameters:
deskPhoneNumber
- The phone number for the user's desk phone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-