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