public static interface UpdateLaunchProfileResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchProfileResponse.Builder,UpdateLaunchProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateLaunchProfileResponse.Builder |
launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
UpdateLaunchProfileResponse.Builder |
launchProfile(LaunchProfile launchProfile)
The launch profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchProfileResponse.Builder launchProfile(LaunchProfile launchProfile)
The launch profile.
launchProfile - The launch profile.default UpdateLaunchProfileResponse.Builder launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
This is a convenience method 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 © 2023. All rights reserved.