public static interface LaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification.Builder |
launchTemplateId(String launchTemplateId)
A unique identifier for an existing EC2 launch template.
|
LaunchTemplateSpecification.Builder |
launchTemplateName(String launchTemplateName)
A readable identifier for an existing EC2 launch template.
|
LaunchTemplateSpecification.Builder |
version(String version)
The version of the EC2 launch template to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateSpecification.Builder launchTemplateId(String launchTemplateId)
A unique identifier for an existing EC2 launch template.
launchTemplateId - A unique identifier for an existing EC2 launch template.LaunchTemplateSpecification.Builder launchTemplateName(String launchTemplateName)
A readable identifier for an existing EC2 launch template.
launchTemplateName - A readable identifier for an existing EC2 launch template.LaunchTemplateSpecification.Builder version(String version)
The version of the EC2 launch template to use. If no version is specified, the default version will be used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the default is the first version created.
version - The version of the EC2 launch template to use. If no version is specified, the default version will be
used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the
default is the first version created.Copyright © 2021. All rights reserved.