public static interface ComponentDependencyRequirement.Builder extends SdkPojo, CopyableBuilder<ComponentDependencyRequirement.Builder,ComponentDependencyRequirement>
| Modifier and Type | Method and Description |
|---|---|
ComponentDependencyRequirement.Builder |
dependencyType(ComponentDependencyType dependencyType)
The type of this dependency.
|
ComponentDependencyRequirement.Builder |
dependencyType(String dependencyType)
The type of this dependency.
|
ComponentDependencyRequirement.Builder |
versionRequirement(String versionRequirement)
The component version requirement for the component dependency.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentDependencyRequirement.Builder versionRequirement(String versionRequirement)
The component version requirement for the component dependency.
IoT Greengrass V2 uses semantic version constraints. For more information, see Semantic Versioning.
versionRequirement - The component version requirement for the component dependency.
IoT Greengrass V2 uses semantic version constraints. For more information, see Semantic Versioning.
ComponentDependencyRequirement.Builder dependencyType(String dependencyType)
The type of this dependency. Choose from the following options:
SOFT – The component doesn't restart if the dependency changes state.
HARD – The component restarts if the dependency changes state.
Default: HARD
dependencyType - The type of this dependency. Choose from the following options:
SOFT – The component doesn't restart if the dependency changes state.
HARD – The component restarts if the dependency changes state.
Default: HARD
ComponentDependencyType,
ComponentDependencyTypeComponentDependencyRequirement.Builder dependencyType(ComponentDependencyType dependencyType)
The type of this dependency. Choose from the following options:
SOFT – The component doesn't restart if the dependency changes state.
HARD – The component restarts if the dependency changes state.
Default: HARD
dependencyType - The type of this dependency. Choose from the following options:
SOFT – The component doesn't restart if the dependency changes state.
HARD – The component restarts if the dependency changes state.
Default: HARD
ComponentDependencyType,
ComponentDependencyTypeCopyright © 2023. All rights reserved.