Interface Treatment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Treatment.Builder,
,Treatment> SdkBuilder<Treatment.Builder,
,Treatment> SdkPojo
- Enclosing class:
Treatment
@Mutable
@NotThreadSafe
public static interface Treatment.Builder
extends SdkPojo, CopyableBuilder<Treatment.Builder,Treatment>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the treatment.featureVariations
(Map<String, String> featureVariations) The feature variation used for this treatment.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 Details
-
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
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
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.
-