public static interface UpdateExperimentResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<UpdateExperimentResponse.Builder,UpdateExperimentResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateExperimentResponse.Builder |
experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment that was updated.
|
UpdateExperimentResponse.Builder |
experiment(Experiment experiment)
A structure containing the configuration details of the experiment that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateExperimentResponse.Builder experiment(Experiment experiment)
A structure containing the configuration details of the experiment that was updated.
experiment - A structure containing the configuration details of the experiment that was updated.default UpdateExperimentResponse.Builder experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment that was updated.
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 © 2023. All rights reserved.