Class CfnRobotMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnRobotMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRobotMixinProps>
- Enclosing interface:
CfnRobotMixinProps
@Stability(Stable)
public static final class CfnRobotMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRobotMixinProps>
A builder for
CfnRobotMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchitecture(String architecture) Sets the value ofCfnRobotMixinProps.getArchitecture()build()Builds the configured instance.Sets the value ofCfnRobotMixinProps.getFleet()Sets the value ofCfnRobotMixinProps.getFleet()greengrassGroupId(String greengrassGroupId) Sets the value ofCfnRobotMixinProps.getGreengrassGroupId()Sets the value ofCfnRobotMixinProps.getName()Sets the value ofCfnRobotMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
architecture
Sets the value ofCfnRobotMixinProps.getArchitecture()- Parameters:
architecture- The architecture of the robot.- Returns:
this
-
fleet
Sets the value ofCfnRobotMixinProps.getFleet()- Parameters:
fleet- The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.- Returns:
this
-
fleet
Sets the value ofCfnRobotMixinProps.getFleet()- Parameters:
fleet- The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.- Returns:
this
-
greengrassGroupId
Sets the value ofCfnRobotMixinProps.getGreengrassGroupId()- Parameters:
greengrassGroupId- The Greengrass group associated with the robot.- Returns:
this
-
name
Sets the value ofCfnRobotMixinProps.getName()- Parameters:
name- The name of the robot.- Returns:
this
-
tags
Sets the value ofCfnRobotMixinProps.getTags()- Parameters:
tags- A map that contains tag keys and tag values that are attached to the robot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRobotMixinProps>- Returns:
- a new instance of
CfnRobotMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-