public static final class CfnRobotProps.Builder extends Object
CfnRobotProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRobotProps |
build()
Builds the configured instance.
|
CfnRobotProps.Builder |
withArchitecture(String value)
Sets the value of Architecture
|
CfnRobotProps.Builder |
withFleet(String value)
Sets the value of Fleet
|
CfnRobotProps.Builder |
withGreengrassGroupId(String value)
Sets the value of GreengrassGroupId
|
CfnRobotProps.Builder |
withName(String value)
Sets the value of Name
|
CfnRobotProps.Builder |
withTags(com.fasterxml.jackson.databind.node.ObjectNode value)
Sets the value of Tags
|
public CfnRobotProps.Builder withArchitecture(String value)
value - `AWS::RoboMaker::Robot.Architecture`thispublic CfnRobotProps.Builder withGreengrassGroupId(String value)
value - `AWS::RoboMaker::Robot.GreengrassGroupId`thispublic CfnRobotProps.Builder withFleet(@Nullable String value)
value - `AWS::RoboMaker::Robot.Fleet`thispublic CfnRobotProps.Builder withName(@Nullable String value)
value - `AWS::RoboMaker::Robot.Name`thispublic CfnRobotProps.Builder withTags(@Nullable com.fasterxml.jackson.databind.node.ObjectNode value)
value - `AWS::RoboMaker::Robot.Tags`thispublic CfnRobotProps build()
CfnRobotPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.