Interface ExperimentExecution.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentExecution.Builder,ExperimentExecution>,SdkBuilder<ExperimentExecution.Builder,ExperimentExecution>,SdkPojo
- Enclosing class:
- ExperimentExecution
public static interface ExperimentExecution.Builder extends SdkPojo, CopyableBuilder<ExperimentExecution.Builder,ExperimentExecution>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentExecution.BuilderendedTime(Instant endedTime)The date and time that the experiment ended.ExperimentExecution.BuilderstartedTime(Instant startedTime)The date and time that the experiment started.-
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, sdkFields
-
-
-
-
Method Detail
-
endedTime
ExperimentExecution.Builder endedTime(Instant endedTime)
The date and time that the experiment ended.
- Parameters:
endedTime- The date and time that the experiment ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedTime
ExperimentExecution.Builder startedTime(Instant startedTime)
The date and time that the experiment started.
- Parameters:
startedTime- The date and time that the experiment started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-