Interface CreateLaunchResponse.Builder

  • Method Details

    • launch

      A structure that contains the configuration of the launch that was created.

      Parameters:
      launch - A structure that contains the configuration of the launch that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launch

      A structure that contains the configuration of the launch that was created.

      This is a convenience method that creates an instance of the Launch.Builder avoiding the need to create one manually via Launch.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to launch(Launch).

      Parameters:
      launch - a consumer that will call methods on Launch.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: