Interface ControlStats.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ControlStats.Builder,,ControlStats> SdkBuilder<ControlStats.Builder,,ControlStats> SdkPojo
- Enclosing class:
ControlStats
@Mutable
@NotThreadSafe
public static interface ControlStats.Builder
extends SdkPojo, CopyableBuilder<ControlStats.Builder,ControlStats>
-
Method Summary
Modifier and TypeMethodDescriptionThe mean evaluation score for the control variant.sampleSize(Integer sampleSize) The number of sessions evaluated for the control variant.variantName(String variantName) The name of the control variant.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
-
variantName
The name of the control variant.
- Parameters:
variantName- The name of the control variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleSize
The number of sessions evaluated for the control variant.
- Parameters:
sampleSize- The number of sessions evaluated for the control variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mean
The mean evaluation score for the control variant.
- Parameters:
mean- The mean evaluation score for the control variant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-