Interface Experiment.UpdateStages.WithDescription
- All Known Subinterfaces:
Experiment.Update
- Enclosing interface:
- Experiment.UpdateStages
public static interface Experiment.UpdateStages.WithDescription
The stage of the Experiment update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: The description of the intent or details of the Experiment.
-
Method Details
-
withDescription
Specifies the description property: The description of the intent or details of the Experiment.- Parameters:
description- The description of the intent or details of the Experiment.- Returns:
- the next definition stage.
-