Interface LaunchTemplateSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchTemplateSpecification.Builder,
,LaunchTemplateSpecification> SdkBuilder<LaunchTemplateSpecification.Builder,
,LaunchTemplateSpecification> SdkPojo
- Enclosing class:
LaunchTemplateSpecification
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the launch template.The name of the launch template.The version number of the launch template to use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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. After node group creation, you cannot use a different name.
- Parameters:
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. After node group creation, you cannot use a different name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the launch template to use. If no version is specified, then the template's default version is used. You can use a different version for node group updates.
- Parameters:
version
- The version number of the launch template to use. If no version is specified, then the template's default version is used. You can use a different version for node group updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. After node group creation, you cannot use a different ID.
- Parameters:
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. After node group creation, you cannot use a different ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-