Class RobotApplicationReference.Builder
java.lang.Object
software.amazon.awscdk.services.robomaker.RobotApplicationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RobotApplicationReference>
- Enclosing interface:
RobotApplicationReference
@Stability(Stable)
public static final class RobotApplicationReference.Builder
extends Object
implements software.amazon.jsii.Builder<RobotApplicationReference>
A builder for
RobotApplicationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.robotApplicationArn
(String robotApplicationArn) Sets the value ofRobotApplicationReference.getRobotApplicationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
robotApplicationArn
@Stability(Stable) public RobotApplicationReference.Builder robotApplicationArn(String robotApplicationArn) Sets the value ofRobotApplicationReference.getRobotApplicationArn()
- Parameters:
robotApplicationArn
- The Arn of the RobotApplication resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<RobotApplicationReference>
- Returns:
- a new instance of
RobotApplicationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-