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 Details

    • 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.