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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
descriptionA 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.
 
- 
featureThe 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.
 
- 
nameA 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.
 
- 
variationThe 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.
 
 
-