Interface EvaluationRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationRule.Builder,EvaluationRule>,SdkBuilder<EvaluationRule.Builder,EvaluationRule>,SdkPojo
- Enclosing class:
- EvaluationRule
public static interface EvaluationRule.Builder extends SdkPojo, CopyableBuilder<EvaluationRule.Builder,EvaluationRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationRule.Buildername(String name)The name of the experiment or launch.EvaluationRule.Buildertype(String type)This value isaws.evidently.splitsif this is an evaluation rule for a launch, and it isaws.evidently.onlineabif this is an evaluation rule for an 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 Detail
-
name
EvaluationRule.Builder name(String name)
The name of the experiment or launch.
- Parameters:
name- The name of the experiment or launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
EvaluationRule.Builder type(String type)
This value is
aws.evidently.splitsif this is an evaluation rule for a launch, and it isaws.evidently.onlineabif this is an evaluation rule for an experiment.- Parameters:
type- This value isaws.evidently.splitsif this is an evaluation rule for a launch, and it isaws.evidently.onlineabif this is an evaluation rule for an experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-