public static interface CreateExperimentResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<CreateExperimentResponse.Builder,CreateExperimentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateExperimentResponse.Builder |
experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment that you created.
|
CreateExperimentResponse.Builder |
experiment(Experiment experiment)
A structure containing the configuration details of the experiment that you created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExperimentResponse.Builder experiment(Experiment experiment)
A structure containing the configuration details of the experiment that you created.
experiment - A structure containing the configuration details of the experiment that you created.default CreateExperimentResponse.Builder experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment that you created.
This is a convenience method that creates an instance of theExperiment.Builder avoiding the need to
create one manually via Experiment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to experiment(Experiment).
experiment - a consumer that will call methods on Experiment.Builderexperiment(Experiment)Copyright © 2022. All rights reserved.