Interface GetLaunchResponse.Builder

  • Method Details

    • launch

      A structure containing the configuration details of the launch.

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

      A structure containing the configuration details of the launch.

      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: