Interface ExperimentExecution.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentExecution.Builder,
,ExperimentExecution> SdkBuilder<ExperimentExecution.Builder,
,ExperimentExecution> SdkPojo
- Enclosing class:
ExperimentExecution
@Mutable
@NotThreadSafe
public static interface ExperimentExecution.Builder
extends SdkPojo, CopyableBuilder<ExperimentExecution.Builder,ExperimentExecution>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the experiment ended.startedTime
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-