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 Details

    • 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

      This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.

      Parameters:
      type - This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.