Interface ExperimentRunResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentRunResult.Builder,,ExperimentRunResult> SdkBuilder<ExperimentRunResult.Builder,,ExperimentRunResult> SdkPojo
- Enclosing class:
ExperimentRunResult
@Mutable
@NotThreadSafe
public static interface ExperimentRunResult.Builder
extends SdkPojo, CopyableBuilder<ExperimentRunResult.Builder,ExperimentRunResult>
-
Method Summary
Modifier and TypeMethodDescriptionexecutiveSummary(String executiveSummary) A summary of the experiment outcome and key findings.reasonsNotToLaunch(String reasonsNotToLaunch) Evidence against launching the treatment.reasonsToLaunch(String reasonsToLaunch) Evidence in favor of launching the winning treatment.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
-
executiveSummary
A summary of the experiment outcome and key findings.
- Parameters:
executiveSummary- A summary of the experiment outcome and key findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsToLaunch
Evidence in favor of launching the winning treatment.
- Parameters:
reasonsToLaunch- Evidence in favor of launching the winning treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsNotToLaunch
Evidence against launching the treatment.
- Parameters:
reasonsNotToLaunch- Evidence against launching the treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-