@Stability(value=Stable) public static final class CfnComponentVersion.ComponentPlatformProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion.ComponentPlatformProperty>
CfnComponentVersion.ComponentPlatformProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentVersion.ComponentPlatformProperty.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnComponentVersion.ComponentPlatformProperty.getAttributes() |
CfnComponentVersion.ComponentPlatformProperty.Builder |
attributes(Map<String,String> attributes)
Sets the value of
CfnComponentVersion.ComponentPlatformProperty.getAttributes() |
CfnComponentVersion.ComponentPlatformProperty |
build()
Builds the configured instance.
|
CfnComponentVersion.ComponentPlatformProperty.Builder |
name(String name)
Sets the value of
CfnComponentVersion.ComponentPlatformProperty.getName() |
@Stability(value=Stable) public CfnComponentVersion.ComponentPlatformProperty.Builder attributes(IResolvable attributes)
CfnComponentVersion.ComponentPlatformProperty.getAttributes()attributes - A dictionary of attributes for the platform.
The software defines the os and platform 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 AWS IoT Greengrass V2 Developer Guide .this@Stability(value=Stable) public CfnComponentVersion.ComponentPlatformProperty.Builder attributes(Map<String,String> attributes)
CfnComponentVersion.ComponentPlatformProperty.getAttributes()attributes - A dictionary of attributes for the platform.
The software defines the os and platform 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 AWS IoT Greengrass V2 Developer Guide .this@Stability(value=Stable) public CfnComponentVersion.ComponentPlatformProperty.Builder name(String name)
CfnComponentVersion.ComponentPlatformProperty.getName()name - The friendly name of the platform. This name helps you identify the platform.
If you omit this parameter, AWS IoT Greengrass creates a friendly name from the os and architecture of the platform.this@Stability(value=Stable) public CfnComponentVersion.ComponentPlatformProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion.ComponentPlatformProperty>CfnComponentVersion.ComponentPlatformPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.