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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchConfiguration.Buildername(String name)The name of the launch configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
LaunchConfiguration.Builder name(String 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.
-
-