Interface ComponentCandidate.Builder

  • Method Details

    • componentName

      ComponentCandidate.Builder componentName(String componentName)

      The name of the component.

      Parameters:
      componentName - The name of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • componentVersion

      ComponentCandidate.Builder componentVersion(String componentVersion)

      The version of the component.

      Parameters:
      componentVersion - The version of the component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionRequirements

      ComponentCandidate.Builder versionRequirements(Map<String,String> versionRequirements)

      The version requirements for the component's dependencies. Greengrass core devices get the version requirements from component recipes.

      IoT Greengrass V2 uses semantic version constraints. For more information, see Semantic Versioning.

      Parameters:
      versionRequirements - The version requirements for the component's dependencies. Greengrass core devices get the version requirements from component recipes.

      IoT Greengrass V2 uses semantic version constraints. For more information, see Semantic Versioning.

      Returns:
      Returns a reference to this object so that method calls can be chained together.