Interface ExperimentDefinitionSummary.Builder

  • Method Details

    • applicationId

      ExperimentDefinitionSummary.Builder applicationId(String applicationId)

      The application ID.

      Parameters:
      applicationId - The application ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The experiment definition ID.

      Parameters:
      id - The experiment definition ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the experiment definition.

      Parameters:
      name - The name of the experiment definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hypothesis

      The hypothesis that the experiment is designed to validate.

      Parameters:
      hypothesis - The hypothesis that the experiment is designed to validate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the experiment definition.

      Parameters:
      status - The current status of the experiment definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the experiment definition.

      Parameters:
      status - The current status of the experiment definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configurationProfileId

      ExperimentDefinitionSummary.Builder configurationProfileId(String configurationProfileId)

      The configuration profile ID associated with the experiment.

      Parameters:
      configurationProfileId - The configuration profile ID associated with the experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      ExperimentDefinitionSummary.Builder environmentId(String environmentId)

      The environment ID where the experiment runs.

      Parameters:
      environmentId - The environment ID where the experiment runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flagKey

      The key of the feature flag used by the experiment.

      Parameters:
      flagKey - The key of the feature flag used by the experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time the experiment definition was created, in ISO 8601 format.

      Parameters:
      createdAt - The date and time the experiment definition was created, in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the experiment definition was last updated, in ISO 8601 format.

      Parameters:
      updatedAt - The date and time the experiment definition was last updated, in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.