Interface UpdateLaunchResponse.Builder

  • Method Details

    • launch

      A structure that contains the new configuration of the launch that was updated.

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

      A structure that contains the new configuration of the launch that was updated.

      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: