public static interface CreateLaunchConfigurationTemplateResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<CreateLaunchConfigurationTemplateResponse.Builder,CreateLaunchConfigurationTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateLaunchConfigurationTemplateResponse.Builder |
launchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate)
Created Launch Configuration Template.
|
CreateLaunchConfigurationTemplateResponse.Builder |
launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Created Launch Configuration Template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Created Launch Configuration Template.
launchConfigurationTemplate - Created Launch Configuration Template.default CreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate)
Created 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.