Interface ComponentCandidate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComponentCandidate.Builder,
,ComponentCandidate> SdkBuilder<ComponentCandidate.Builder,
,ComponentCandidate> SdkPojo
- Enclosing class:
ComponentCandidate
@Mutable
@NotThreadSafe
public static interface ComponentCandidate.Builder
extends SdkPojo, CopyableBuilder<ComponentCandidate.Builder,ComponentCandidate>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentName
(String componentName) The name of the component.componentVersion
(String componentVersion) The version of the component.versionRequirements
(Map<String, String> versionRequirements) The version requirements for the component's dependencies.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-