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