public static interface ComponentCandidate.Builder extends SdkPojo, CopyableBuilder<ComponentCandidate.Builder,ComponentCandidate>
| Modifier and Type | Method and Description |
|---|---|
ComponentCandidate.Builder |
componentName(String componentName)
The name of the component.
|
ComponentCandidate.Builder |
componentVersion(String componentVersion)
The version of the component.
|
ComponentCandidate.Builder |
versionRequirements(Map<String,String> versionRequirements)
The version requirements for the component's dependencies.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentCandidate.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.ComponentCandidate.Builder componentVersion(String componentVersion)
The version of the component.
componentVersion - The version of the component.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.
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.
Copyright © 2023. All rights reserved.