Interface ComponentPlatform.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentPlatform.Builder,ComponentPlatform>,SdkBuilder<ComponentPlatform.Builder,ComponentPlatform>,SdkPojo
- Enclosing class:
- ComponentPlatform
public static interface ComponentPlatform.Builder extends SdkPojo, CopyableBuilder<ComponentPlatform.Builder,ComponentPlatform>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentPlatform.Builderattributes(Map<String,String> attributes)A dictionary of attributes for the platform.ComponentPlatform.Buildername(String name)The friendly name of the platform.-
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, sdkFields
-
-
-
-
Method Detail
-
name
ComponentPlatform.Builder name(String name)
The friendly name of the platform. This name helps you identify the platform.
If you omit this parameter, IoT Greengrass creates a friendly name from the
osandarchitectureof the platform.- Parameters:
name- The friendly name of the platform. This name helps you identify the platform.If you omit this parameter, IoT Greengrass creates a friendly name from the
osandarchitectureof the platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
ComponentPlatform.Builder attributes(Map<String,String> attributes)
A dictionary of attributes for the platform. The IoT Greengrass Core software defines the
osandarchitectureby default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.- Parameters:
attributes- A dictionary of attributes for the platform. The IoT Greengrass Core software defines theosandarchitectureby default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-