Interface AbandonmentRatePacingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AbandonmentRatePacingConfig.Builder,,AbandonmentRatePacingConfig> SdkBuilder<AbandonmentRatePacingConfig.Builder,,AbandonmentRatePacingConfig> SdkPojo
- Enclosing class:
AbandonmentRatePacingConfig
@Mutable
@NotThreadSafe
public static interface AbandonmentRatePacingConfig.Builder
extends SdkPojo, CopyableBuilder<AbandonmentRatePacingConfig.Builder,AbandonmentRatePacingConfig>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionStartPoint(String connectionStartPoint) Event from which connectionThresholdSeconds is measured.connectionStartPoint(ConnectionStartPoint connectionStartPoint) Event from which connectionThresholdSeconds is measured.connectionThresholdSeconds(Integer connectionThresholdSeconds) Seconds after connectionStartPoint before a contact counts as abandoned.evaluationWindow(String evaluationWindow) Rolling window over which abandonmentRate is computed.targetRate(Double targetRate) Sets the value of the TargetRate property for this object.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
-
targetRate
Sets the value of the TargetRate property for this object.- Parameters:
targetRate- The new value for the TargetRate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionStartPoint
Event from which connectionThresholdSeconds is measured.
- Parameters:
connectionStartPoint- Event from which connectionThresholdSeconds is measured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionStartPoint
Event from which connectionThresholdSeconds is measured.
- Parameters:
connectionStartPoint- Event from which connectionThresholdSeconds is measured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionThresholdSeconds
Seconds after connectionStartPoint before a contact counts as abandoned.
- Parameters:
connectionThresholdSeconds- Seconds after connectionStartPoint before a contact counts as abandoned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationWindow
Rolling window over which abandonmentRate is computed.
- Parameters:
evaluationWindow- Rolling window over which abandonmentRate is computed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-