Interface LaunchTemplateSpecification.Builder

  • 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.