public static interface UpdateLaunchResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchResponse.Builder,UpdateLaunchResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateLaunchResponse.Builder |
launch(Consumer<Launch.Builder> launch)
A structure that contains the new configuration of the launch that was updated.
|
UpdateLaunchResponse.Builder |
launch(Launch launch)
A structure that contains the new configuration of the launch that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchResponse.Builder launch(Launch launch)
A structure that contains the new configuration of the launch that was updated.
launch - A structure that contains the new configuration of the launch that was updated.default UpdateLaunchResponse.Builder launch(Consumer<Launch.Builder> launch)
A structure that contains the new configuration of the launch that was updated.
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.