public static interface Parent.Builder extends SdkPojo, CopyableBuilder<Parent.Builder,Parent>
Modifier and Type | Method and Description |
---|---|
Parent.Builder |
experimentName(String experimentName)
The name of the experiment.
|
Parent.Builder |
trialName(String trialName)
The name of the trial.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Parent.Builder trialName(String trialName)
The name of the trial.
trialName
- The name of the trial.Parent.Builder experimentName(String experimentName)
The name of the experiment.
experimentName
- The name of the experiment.Copyright © 2020. All rights reserved.