Interface Treatment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Treatment.Builder,Treatment>,SdkBuilder<Treatment.Builder,Treatment>,SdkPojo
- Enclosing class:
- Treatment
public static interface Treatment.Builder extends SdkPojo, CopyableBuilder<Treatment.Builder,Treatment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Treatment.Builderdescription(String description)The description of the treatment.Treatment.BuilderfeatureVariations(Map<String,String> featureVariations)The feature variation used for this treatment.Treatment.Buildername(String name)The name of this treatment.-
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 Detail
-
description
Treatment.Builder description(String description)
The description of the treatment.
- Parameters:
description- The description of the treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureVariations
Treatment.Builder featureVariations(Map<String,String> featureVariations)
The feature variation used for this treatment. This is a key-value pair. The key is the feature name, and the value is the variation name.
- Parameters:
featureVariations- The feature variation used for this treatment. This is a key-value pair. The key is the feature name, and the value is the variation name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Treatment.Builder name(String name)
The name of this treatment.
- Parameters:
name- The name of this treatment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-