public static interface GetLaunchProfileResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<GetLaunchProfileResponse.Builder,GetLaunchProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLaunchProfileResponse.Builder |
launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
GetLaunchProfileResponse.Builder |
launchProfile(LaunchProfile launchProfile)
The launch profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLaunchProfileResponse.Builder launchProfile(LaunchProfile launchProfile)
The launch profile.
launchProfile - The launch profile.default GetLaunchProfileResponse.Builder launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
This is a convenience that creates an instance of theLaunchProfile.Builder avoiding the need to
create one manually via LaunchProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to launchProfile(LaunchProfile).launchProfile - a consumer that will call methods on LaunchProfile.BuilderlaunchProfile(LaunchProfile)Copyright © 2021. All rights reserved.