public static interface StartLaunchResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<StartLaunchResponse.Builder,StartLaunchResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartLaunchResponse.Builder |
launch(Consumer<Launch.Builder> launch)
A structure that contains information about the launch that was started.
|
StartLaunchResponse.Builder |
launch(Launch launch)
A structure that contains information about the launch that was started.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartLaunchResponse.Builder launch(Launch launch)
A structure that contains information about the launch that was started.
launch - A structure that contains information about the launch that was started.default StartLaunchResponse.Builder launch(Consumer<Launch.Builder> launch)
A structure that contains information about the launch that was started.
This is a convenience method that creates an instance of theLaunch.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).
launch - a consumer that will call methods on Launch.Builderlaunch(Launch)Copyright © 2022. All rights reserved.