@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-12T14:21:29.693Z") public interface CfnRobotProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRobotProps.Builder
A builder for
CfnRobotProps |
static class |
CfnRobotProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotProps.Builder |
builder() |
String |
getArchitecture()
``AWS::RoboMaker::Robot.Architecture``
|
String |
getFleet()
``AWS::RoboMaker::Robot.Fleet``
|
String |
getGreengrassGroupId()
``AWS::RoboMaker::Robot.GreengrassGroupId``
|
String |
getName()
``AWS::RoboMaker::Robot.Name``
|
Object |
getTags()
``AWS::RoboMaker::Robot.Tags``
|
void |
setArchitecture(String value)
``AWS::RoboMaker::Robot.Architecture``
|
void |
setFleet(String value)
``AWS::RoboMaker::Robot.Fleet``
|
void |
setGreengrassGroupId(String value)
``AWS::RoboMaker::Robot.GreengrassGroupId``
|
void |
setName(String value)
``AWS::RoboMaker::Robot.Name``
|
void |
setTags(com.fasterxml.jackson.databind.node.ObjectNode value)
``AWS::RoboMaker::Robot.Tags``
|
void |
setTags(software.amazon.awscdk.Token value)
``AWS::RoboMaker::Robot.Tags``
|
String getArchitecture()
void setArchitecture(String value)
String getGreengrassGroupId()
void setGreengrassGroupId(String value)
String getFleet()
void setFleet(String value)
String getName()
void setName(String value)
Object getTags()
void setTags(com.fasterxml.jackson.databind.node.ObjectNode value)
void setTags(software.amazon.awscdk.Token value)
static CfnRobotProps.Builder builder()
CfnRobotProps.Builder of CfnRobotPropsCopyright © 2019. All rights reserved.