@Stability(value=Stable) 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(Object value)
Sets the value of Tags
|
@Stability(value=Stable) public CfnRobotProps.Builder withArchitecture(String value)
value - `AWS::RoboMaker::Robot.Architecture`.this@Stability(value=Stable) public CfnRobotProps.Builder withGreengrassGroupId(String value)
value - `AWS::RoboMaker::Robot.GreengrassGroupId`.this@Stability(value=Stable) public CfnRobotProps.Builder withFleet(@Nullable String value)
value - `AWS::RoboMaker::Robot.Fleet`.this@Stability(value=Stable) public CfnRobotProps.Builder withName(@Nullable String value)
value - `AWS::RoboMaker::Robot.Name`.this@Stability(value=Stable) public CfnRobotProps.Builder withTags(@Nullable Object value)
value - `AWS::RoboMaker::Robot.Tags`.this@Stability(value=Stable) public CfnRobotProps build()
CfnRobotPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.