@Stability(value=Stable) public static final class CfnComponentVersion.ComponentDependencyRequirementProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion.ComponentDependencyRequirementProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentVersion.ComponentDependencyRequirementProperty |
build()
Builds the configured instance.
|
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder |
dependencyType(String dependencyType)
|
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder |
versionRequirement(String versionRequirement)
|
@Stability(value=Stable) public CfnComponentVersion.ComponentDependencyRequirementProperty.Builder dependencyType(String dependencyType)
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
this@Stability(value=Stable) public CfnComponentVersion.ComponentDependencyRequirementProperty.Builder versionRequirement(String versionRequirement)
CfnComponentVersion.ComponentDependencyRequirementProperty.getVersionRequirement()versionRequirement - The component version requirement for the component dependency.
AWS IoT Greengrass uses semantic version constraints. For more information, see Semantic Versioning .this@Stability(value=Stable) public CfnComponentVersion.ComponentDependencyRequirementProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion.ComponentDependencyRequirementProperty>CfnComponentVersion.ComponentDependencyRequirementPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.