public static interface CreateLaunchResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<CreateLaunchResponse.Builder,CreateLaunchResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateLaunchResponse.Builder |
launch(Consumer<Launch.Builder> launch)
A structure that contains the configuration of the launch that was created.
|
CreateLaunchResponse.Builder |
launch(Launch launch)
A structure that contains the configuration of the launch that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLaunchResponse.Builder launch(Launch launch)
A structure that contains the configuration of the launch that was created.
launch - A structure that contains the configuration of the launch that was created.default CreateLaunchResponse.Builder launch(Consumer<Launch.Builder> launch)
A structure that contains the configuration of the launch that was created.
This is a convenience 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.