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