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, sdkFields
copy
applyMutation, build
LaunchTemplateSpecification.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.
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.
Default: $Default
.
Copyright © 2021. All rights reserved.