Uses of Interface
software.amazon.awssdk.services.evidently.model.ExperimentExecution.Builder
-
Packages that use ExperimentExecution.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ExperimentExecution.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ExperimentExecution.Builder Modifier and Type Method Description static ExperimentExecution.BuilderExperimentExecution. builder()ExperimentExecution.BuilderExperimentExecution.Builder. endedTime(Instant endedTime)The date and time that the experiment ended.ExperimentExecution.BuilderExperimentExecution.Builder. startedTime(Instant startedTime)The date and time that the experiment started.ExperimentExecution.BuilderExperimentExecution. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ExperimentExecution.Builder Modifier and Type Method Description static Class<? extends ExperimentExecution.Builder>ExperimentExecution. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type ExperimentExecution.Builder Modifier and Type Method Description default Experiment.BuilderExperiment.Builder. execution(Consumer<ExperimentExecution.Builder> execution)A structure that contains the date and time that the experiment started and ended.
-