public static interface ComponentPlatform.Builder extends SdkPojo, CopyableBuilder<ComponentPlatform.Builder,ComponentPlatform>
| Modifier and Type | Method and Description |
|---|---|
ComponentPlatform.Builder |
attributes(Map<String,String> attributes)
A dictionary of attributes for the platform.
|
ComponentPlatform.Builder |
name(String name)
The friendly name of the platform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentPlatform.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 os and
architecture of the platform.
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 os and
architecture of the platform.
ComponentPlatform.Builder attributes(Map<String,String> attributes)
A dictionary of attributes for the platform. The IoT Greengrass Core software defines the os and
architecture by 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.
attributes - A dictionary of attributes for the platform. The IoT Greengrass Core software defines the
os and architecture by 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.Copyright © 2023. All rights reserved.