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 launch template version number,
$Latest, or $Default. |
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 launch template version number, $Latest, or $Default.
If the value is $Latest, Amazon EKS uses the latest version of the launch template.
If the value is $Default, Amazon EKS uses the default version of the launch template.
Default: The default version of the launch template.
version - The launch template version number, $Latest, or $Default.
If the value is $Latest, Amazon EKS uses the latest version of the launch template.
If the value is $Default, Amazon EKS uses the default version of the launch template.
Default: The default version of the launch template.
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 © 2022. All rights reserved.