public static interface DeleteLaunchProfileResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<DeleteLaunchProfileResponse.Builder,DeleteLaunchProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteLaunchProfileResponse.Builder |
launchProfile(Consumer<LaunchProfile.Builder> launchProfile)
The launch profile.
|
DeleteLaunchProfileResponse.Builder |
launchProfile(LaunchProfile launchProfile)
The launch profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteLaunchProfileResponse.Builder launchProfile(LaunchProfile launchProfile)
The launch profile.
launchProfile - The launch profile.default DeleteLaunchProfileResponse.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 © 2022. All rights reserved.