Interface TreatmentConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TreatmentConfig.Builder,
,TreatmentConfig> SdkBuilder<TreatmentConfig.Builder,
,TreatmentConfig> SdkPojo
- Enclosing class:
TreatmentConfig
@Mutable
@NotThreadSafe
public static interface TreatmentConfig.Builder
extends SdkPojo, CopyableBuilder<TreatmentConfig.Builder,TreatmentConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description for this treatment.The feature that this experiment is testing.A name for this treatment.The name of the variation to use as this treatment 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
-
description
A description for this treatment.
- Parameters:
description
- A description for this treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feature
The feature that this experiment is testing.
- Parameters:
feature
- The feature that this experiment is testing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name for this treatment.
- Parameters:
name
- A name for this treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variation
The name of the variation to use as this treatment in the experiment.
- Parameters:
variation
- The name of the variation to use as this treatment in the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-