public static interface LaunchTemplateSpecification.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpecification.Builder |
id(String id)
The ID of the launch template.
|
LaunchTemplateSpecification.Builder |
name(String name)
The name of the launch template.
|
LaunchTemplateSpecification.Builder |
version(String version)
The version number of the launch template to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateSpecification.Builder name(String name)
The name of the launch template.
You must specify either the launch template name or the launch template ID in the request, but not both.
name - The name of the launch template.
You must specify either the launch template name or the launch template ID in the request, but not both.
LaunchTemplateSpecification.Builder version(String version)
The version number of the launch template to use. If no version is specified, then the template's default version is used.
version - The version number of the launch template to use. If no version is specified, then the template's
default version is used.LaunchTemplateSpecification.Builder id(String id)
The ID of the launch template.
You must specify either the launch template ID or the launch template name in the request, but not both.
id - The ID of the launch template.
You must specify either the launch template ID or the launch template name in the request, but not both.
Copyright © 2023. All rights reserved.