Interface LaunchConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LaunchConfiguration.Builder,,LaunchConfiguration> SdkBuilder<LaunchConfiguration.Builder,,LaunchConfiguration> SdkPojo
- Enclosing class:
 LaunchConfiguration
public static interface LaunchConfiguration.Builder
extends SdkPojo, CopyableBuilder<LaunchConfiguration.Builder,LaunchConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the launch configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the launch configuration.
- Parameters:
 name- The name of the launch configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -