Interface ExperimentSchedule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentSchedule.Builder,ExperimentSchedule>,SdkBuilder<ExperimentSchedule.Builder,ExperimentSchedule>,SdkPojo
- Enclosing class:
- ExperimentSchedule
public static interface ExperimentSchedule.Builder extends SdkPojo, CopyableBuilder<ExperimentSchedule.Builder,ExperimentSchedule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentSchedule.BuilderanalysisCompleteTime(Instant analysisCompleteTime)The time and date that Evidently completed the analysis of the experiment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
analysisCompleteTime
ExperimentSchedule.Builder analysisCompleteTime(Instant analysisCompleteTime)
The time and date that Evidently completed the analysis of the experiment.
- Parameters:
analysisCompleteTime- The time and date that Evidently completed the analysis of the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-