public static interface UpdateLaunchConfigurationTemplateResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchConfigurationTemplateResponse.Builder,UpdateLaunchConfigurationTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateLaunchConfigurationTemplateResponse.Builder |
launchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate)
Updated Launch Configuration Template.
|
UpdateLaunchConfigurationTemplateResponse.Builder |
launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Updated Launch Configuration Template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Updated Launch Configuration Template.
launchConfigurationTemplate - Updated Launch Configuration Template.default UpdateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate)
Updated Launch Configuration Template.
This is a convenience method that creates an instance of theLaunchConfigurationTemplate.Builder
avoiding the need to create one manually via LaunchConfigurationTemplate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to launchConfigurationTemplate(LaunchConfigurationTemplate).
launchConfigurationTemplate - a consumer that will call methods on LaunchConfigurationTemplate.BuilderlaunchConfigurationTemplate(LaunchConfigurationTemplate)Copyright © 2023. All rights reserved.