Interface ContactMetricValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContactMetricValue.Builder,,ContactMetricValue> SdkBuilder<ContactMetricValue.Builder,,ContactMetricValue> SdkPojo
- Enclosing class:
ContactMetricValue
@Mutable
@NotThreadSafe
public static interface ContactMetricValue.Builder
extends SdkPojo, CopyableBuilder<ContactMetricValue.Builder,ContactMetricValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe numeric value of the metric result.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
number
The numeric value of the metric result. For POSITION_IN_QUEUE, this represents the contact's current position in the queue (e.g., 3.00 means third in line). For ESTIMATED_WAIT_TIME, this represents the predicted wait time in seconds (e.g., 120.00 means approximately 2 minutes).
- Parameters:
number- The numeric value of the metric result. For POSITION_IN_QUEUE, this represents the contact's current position in the queue (e.g., 3.00 means third in line). For ESTIMATED_WAIT_TIME, this represents the predicted wait time in seconds (e.g., 120.00 means approximately 2 minutes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-