public static interface LaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification.Builder |
launchTemplateId(String launchTemplateId)
The ID of the launch template.
|
LaunchTemplateSpecification.Builder |
launchTemplateName(String launchTemplateName)
The name of the launch template.
|
LaunchTemplateSpecification.Builder |
version(String version)
The version number of the launch template,
$Latest, or $Default. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateSpecification.Builder launchTemplateId(String launchTemplateId)
The ID of the launch template.
launchTemplateId - The ID of the launch template.LaunchTemplateSpecification.Builder launchTemplateName(String launchTemplateName)
The name of the launch template.
launchTemplateName - The name of the launch template.LaunchTemplateSpecification.Builder version(String version)
The version number of the launch template, $Latest, or $Default.
If the value is $Latest, the latest version of the launch template is used. If the value is
$Default, the default version of the launch template is used.
After the compute environment is created, the launch template version used will not be changed, even if the
$Default or $Latest version for the launch template is updated. To use a new launch
template version, create a new compute environment, add the new compute environment to the existing job
queue, remove the old compute environment from the job queue, and delete the old compute environment.
Default: $Default.
version - The version number of the launch template, $Latest, or $Default.
If the value is $Latest, the latest version of the launch template is used. If the value
is $Default, the default version of the launch template is used.
After the compute environment is created, the launch template version used will not be changed, even
if the $Default or $Latest version for the launch template is updated. To
use a new launch template version, create a new compute environment, add the new compute environment
to the existing job queue, remove the old compute environment from the job queue, and delete the old
compute environment.
Default: $Default.
Copyright © 2021. All rights reserved.