Interface GetExperimentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExperimentResponse.Builder,GetExperimentResponse>,EvidentlyResponse.Builder,SdkBuilder<GetExperimentResponse.Builder,GetExperimentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetExperimentResponse
public static interface GetExperimentResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetExperimentResponse.Builder,GetExperimentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetExperimentResponse.Builderexperiment(Consumer<Experiment.Builder> experiment)A structure containing the configuration details of the experiment.GetExperimentResponse.Builderexperiment(Experiment experiment)A structure containing the configuration details of the experiment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
experiment
GetExperimentResponse.Builder experiment(Experiment experiment)
A structure containing the configuration details of the experiment.
- Parameters:
experiment- A structure containing the configuration details of the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
experiment
default GetExperimentResponse.Builder experiment(Consumer<Experiment.Builder> experiment)
A structure containing the configuration details of the experiment.
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 onExperiment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
experiment(Experiment)
-
-