public static interface FleetLaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<FleetLaunchTemplateSpecification.Builder,FleetLaunchTemplateSpecification>
Modifier and Type | Method and Description |
---|---|
FleetLaunchTemplateSpecification.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
FleetLaunchTemplateSpecification.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
FleetLaunchTemplateSpecification.Builder |
version(String version)
The launch template version number,
$Latest , or $Default . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
FleetLaunchTemplateSpecification.Builder launchTemplateId(String launchTemplateId)
The ID of the launch template. If you specify the template ID, you can't specify the template name.
launchTemplateId
- The ID of the launch template. If you specify the template ID, you can't specify the template name.FleetLaunchTemplateSpecification.Builder launchTemplateName(String launchTemplateName)
The name of the launch template. If you specify the template name, you can't specify the template ID.
launchTemplateName
- The name of the launch template. If you specify the template name, you can't specify the template ID.FleetLaunchTemplateSpecification.Builder version(String version)
The launch template version number, $Latest
, or $Default
. You must specify a value,
otherwise the request fails.
If the value is $Latest
, Amazon EC2 uses the latest version of the launch template.
If the value is $Default
, Amazon EC2 uses the default version of the launch template.
version
- The launch template version number, $Latest
, or $Default
. You must specify a
value, otherwise the request fails.
If the value is $Latest
, Amazon EC2 uses the latest version of the launch template.
If the value is $Default
, Amazon EC2 uses the default version of the launch template.
Copyright © 2022. All rights reserved.