public static interface FleetLaunchTemplateSpecificationRequest.Builder extends SdkPojo, CopyableBuilder<FleetLaunchTemplateSpecificationRequest.Builder,FleetLaunchTemplateSpecificationRequest>
| Modifier and Type | Method and Description |
|---|---|
FleetLaunchTemplateSpecificationRequest.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
FleetLaunchTemplateSpecificationRequest.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
FleetLaunchTemplateSpecificationRequest.Builder |
version(String version)
The launch template version number,
$Latest, or $Default. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFleetLaunchTemplateSpecificationRequest.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.FleetLaunchTemplateSpecificationRequest.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.FleetLaunchTemplateSpecificationRequest.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 © 2021. All rights reserved.