Interface StartLaunchResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartLaunchResponse.Builder,StartLaunchResponse>, EvidentlyResponse.Builder, SdkBuilder<StartLaunchResponse.Builder,StartLaunchResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartLaunchResponse

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

    • launch

      A structure that contains information about the launch that was started.

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

      A structure that contains information about the launch that was started.

      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: