Interface CustomLaunchTemplate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomLaunchTemplate.Builder,
,CustomLaunchTemplate> SdkBuilder<CustomLaunchTemplate.Builder,
,CustomLaunchTemplate> SdkPojo
- Enclosing class:
CustomLaunchTemplate
@Mutable
@NotThreadSafe
public static interface CustomLaunchTemplate.Builder
extends SdkPojo, CopyableBuilder<CustomLaunchTemplate.Builder,CustomLaunchTemplate>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the EC2 launch template to use to provision instances.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-