public static interface GetLaunchResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetLaunchResponse.Builder,GetLaunchResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLaunchResponse.Builder |
launch(Consumer<Launch.Builder> launch)
A structure containing the configuration details of the launch.
|
GetLaunchResponse.Builder |
launch(Launch launch)
A structure containing the configuration details of the launch.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLaunchResponse.Builder launch(Launch launch)
A structure containing the configuration details of the launch.
launch - A structure containing the configuration details of the launch.default GetLaunchResponse.Builder launch(Consumer<Launch.Builder> launch)
A structure containing the configuration details of the launch.
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 © 2023. All rights reserved.