Interface Experiment.DefinitionStages.WithEndpointA
- All Known Subinterfaces:
Experiment.Definition,Experiment.DefinitionStages.WithCreate
- Enclosing interface:
- Experiment.DefinitionStages
public static interface Experiment.DefinitionStages.WithEndpointA
The stage of the Experiment definition allowing to specify endpointA.
-
Method Summary
Modifier and TypeMethodDescriptionwithEndpointA(Endpoint endpointA) Specifies the endpointA property: The endpoint A of an experiment.
-
Method Details
-
withEndpointA
Specifies the endpointA property: The endpoint A of an experiment.- Parameters:
endpointA- The endpoint A of an experiment.- Returns:
- the next definition stage.
-