Interface LaunchTemplate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchTemplate.Builder,LaunchTemplate>,SdkBuilder<LaunchTemplate.Builder,LaunchTemplate>,SdkPojo
- Enclosing class:
- LaunchTemplate
public static interface LaunchTemplate.Builder extends SdkPojo, CopyableBuilder<LaunchTemplate.Builder,LaunchTemplate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplate.Builderid(String id)The ID of the launch template.-
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
-
id
LaunchTemplate.Builder id(String id)
The ID of the launch template.
- Parameters:
id- The ID of the launch template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-