Interface UpdateExperimentResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateExperimentResponse.Builder,,- UpdateExperimentResponse> - EvidentlyResponse.Builder,- SdkBuilder<UpdateExperimentResponse.Builder,,- UpdateExperimentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateExperimentResponse
@Mutable
@NotThreadSafe
public static interface UpdateExperimentResponse.Builder
extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<UpdateExperimentResponse.Builder,UpdateExperimentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault UpdateExperimentResponse.Builderexperiment(Consumer<Experiment.Builder> experiment) A structure containing the configuration details of the experiment that was updated.experiment(Experiment experiment) A structure containing the configuration details of the experiment that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
experimentA structure containing the configuration details of the experiment that was updated. - Parameters:
- experiment- A structure containing the configuration details of the experiment that was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
experimentA structure containing the configuration details of the experiment that was updated. This is a convenience method that creates an instance of theExperiment.Builderavoiding the need to create one manually viaExperiment.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexperiment(Experiment).- Parameters:
- experiment- a consumer that will call methods on- Experiment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-