Interface PostAcceptTimeoutConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PostAcceptTimeoutConfig.Builder,
,PostAcceptTimeoutConfig> SdkBuilder<PostAcceptTimeoutConfig.Builder,
,PostAcceptTimeoutConfig> SdkPojo
- Enclosing class:
PostAcceptTimeoutConfig
@Mutable
@NotThreadSafe
public static interface PostAcceptTimeoutConfig.Builder
extends SdkPojo, CopyableBuilder<PostAcceptTimeoutConfig.Builder,PostAcceptTimeoutConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondurationInSeconds
(Integer durationInSeconds) Duration in seconds for the countdown timer after the agent accepted the contact.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, sdkFieldNameToField, sdkFields
-
Method Details
-
durationInSeconds
Duration in seconds for the countdown timer after the agent accepted the contact.
- Parameters:
durationInSeconds
- Duration in seconds for the countdown timer after the agent accepted the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-