@Stability(value=Stable) public static final class CfnRobotProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRobotProps>
CfnRobotProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRobotProps.Builder |
architecture(String architecture)
Sets the value of
CfnRobotProps.getArchitecture() |
CfnRobotProps |
build()
Builds the configured instance.
|
CfnRobotProps.Builder |
fleet(String fleet)
Sets the value of
CfnRobotProps.getFleet() |
CfnRobotProps.Builder |
greengrassGroupId(String greengrassGroupId)
Sets the value of
CfnRobotProps.getGreengrassGroupId() |
CfnRobotProps.Builder |
name(String name)
Sets the value of
CfnRobotProps.getName() |
CfnRobotProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnRobotProps.getTags() |
@Stability(value=Stable) public CfnRobotProps.Builder architecture(String architecture)
CfnRobotProps.getArchitecture()architecture - The architecture of the robot. This parameter is required.this@Stability(value=Stable) public CfnRobotProps.Builder greengrassGroupId(String greengrassGroupId)
CfnRobotProps.getGreengrassGroupId()greengrassGroupId - The Greengrass group associated with the robot. This parameter is required.this@Stability(value=Stable) public CfnRobotProps.Builder fleet(String fleet)
CfnRobotProps.getFleet()fleet - The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.this@Stability(value=Stable) public CfnRobotProps.Builder name(String name)
CfnRobotProps.getName()name - The name of the robot.this@Stability(value=Stable) public CfnRobotProps.Builder tags(Map<String,String> tags)
CfnRobotProps.getTags()tags - A map that contains tag keys and tag values that are attached to the robot.this@Stability(value=Stable) public CfnRobotProps build()
build in interface software.amazon.jsii.Builder<CfnRobotProps>CfnRobotPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.