Interface LaunchExecution.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LaunchExecution.Builder,LaunchExecution>, SdkBuilder<LaunchExecution.Builder,LaunchExecution>, SdkPojo
Enclosing class:
LaunchExecution

public static interface LaunchExecution.Builder extends SdkPojo, CopyableBuilder<LaunchExecution.Builder,LaunchExecution>
  • Method Details

    • endedTime

      LaunchExecution.Builder endedTime(Instant endedTime)

      The date and time that the launch ended.

      Parameters:
      endedTime - The date and time that the launch ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedTime

      LaunchExecution.Builder startedTime(Instant startedTime)

      The date and time that the launch started.

      Parameters:
      startedTime - The date and time that the launch started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.