Interface TreatmentConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TreatmentConfig.Builder,TreatmentConfig>,SdkBuilder<TreatmentConfig.Builder,TreatmentConfig>,SdkPojo
- Enclosing class:
- TreatmentConfig
public static interface TreatmentConfig.Builder extends SdkPojo, CopyableBuilder<TreatmentConfig.Builder,TreatmentConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TreatmentConfig.Builderdescription(String description)A description for this treatment.TreatmentConfig.Builderfeature(String feature)The feature that this experiment is testing.TreatmentConfig.Buildername(String name)A name for this treatment.TreatmentConfig.Buildervariation(String variation)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, sdkFields
-
-
-
-
Method Detail
-
description
TreatmentConfig.Builder description(String 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
TreatmentConfig.Builder feature(String 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
TreatmentConfig.Builder name(String 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
TreatmentConfig.Builder variation(String 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.
-
-