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 of the launch template to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchTemplateSpecification.Builder name(String name)
The name of the launch template.
name - The name of the launch template.LaunchTemplateSpecification.Builder version(String version)
The version of the launch template to use. If no version is specified, then the template's default version is used.
version - The version 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.
id - The ID of the launch template.Copyright © 2020. All rights reserved.