Interface ExperimentResultsData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentResultsData.Builder,
,ExperimentResultsData> SdkBuilder<ExperimentResultsData.Builder,
,ExperimentResultsData> SdkPojo
- Enclosing class:
ExperimentResultsData
@Mutable
@NotThreadSafe
public static interface ExperimentResultsData.Builder
extends SdkPojo, CopyableBuilder<ExperimentResultsData.Builder,ExperimentResultsData>
-
Method Summary
Modifier and TypeMethodDescriptionmetricName
(String metricName) The name of the metric.resultStat
(String resultStat) The experiment statistic that these results pertain to.resultStat
(ExperimentResultResponseType resultStat) The experiment statistic that these results pertain to.treatmentName
(String treatmentName) The treatment, or variation, that returned thevalues
in this structure.The values for themetricName
that were recorded in the experiment.values
(Collection<Double> values) The values for themetricName
that were recorded in the experiment.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
-
metricName
The name of the metric.
- Parameters:
metricName
- The name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultStat
The experiment statistic that these results pertain to.
- Parameters:
resultStat
- The experiment statistic that these results pertain to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resultStat
The experiment statistic that these results pertain to.
- Parameters:
resultStat
- The experiment statistic that these results pertain to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
treatmentName
The treatment, or variation, that returned the
values
in this structure.- Parameters:
treatmentName
- The treatment, or variation, that returned thevalues
in this structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the
metricName
that were recorded in the experiment.- Parameters:
values
- The values for themetricName
that were recorded in the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the
metricName
that were recorded in the experiment.- Parameters:
values
- The values for themetricName
that were recorded in the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-