Interface CreateLaunchConfigurationTemplateResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateLaunchConfigurationTemplateResponse.Builder,,CreateLaunchConfigurationTemplateResponse> DrsResponse.Builder,SdkBuilder<CreateLaunchConfigurationTemplateResponse.Builder,,CreateLaunchConfigurationTemplateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateLaunchConfigurationTemplateResponse
public static interface CreateLaunchConfigurationTemplateResponse.Builder
extends DrsResponse.Builder, SdkPojo, CopyableBuilder<CreateLaunchConfigurationTemplateResponse.Builder,CreateLaunchConfigurationTemplateResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlaunchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate) Created Launch Configuration Template.launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate) Created Launch Configuration Template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.drs.model.DrsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
launchConfigurationTemplate
CreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate) Created Launch Configuration Template.
- Parameters:
 launchConfigurationTemplate- Created Launch Configuration Template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
launchConfigurationTemplate
default CreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate) Created Launch Configuration Template.
This is a convenience method that creates an instance of theLaunchConfigurationTemplate.Builderavoiding the need to create one manually viaLaunchConfigurationTemplate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchConfigurationTemplate(LaunchConfigurationTemplate).- Parameters:
 launchConfigurationTemplate- a consumer that will call methods onLaunchConfigurationTemplate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -