Interface LaunchExecution.Builder

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