@Stability(value=Stable) public static final class CfnRobotApplicationVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRobotApplicationVersionProps>
CfnRobotApplicationVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRobotApplicationVersionProps.Builder |
application(String application)
Sets the value of
CfnRobotApplicationVersionProps.getApplication() |
CfnRobotApplicationVersionProps |
build()
Builds the configured instance.
|
CfnRobotApplicationVersionProps.Builder |
currentRevisionId(String currentRevisionId)
Sets the value of
CfnRobotApplicationVersionProps.getCurrentRevisionId() |
@Stability(value=Stable) public CfnRobotApplicationVersionProps.Builder application(String application)
CfnRobotApplicationVersionProps.getApplication()application - The application information for the robot application. This parameter is required.this@Stability(value=Stable) public CfnRobotApplicationVersionProps.Builder currentRevisionId(String currentRevisionId)
CfnRobotApplicationVersionProps.getCurrentRevisionId()currentRevisionId - The current revision id for the robot application.
If you provide a value and it matches the latest revision ID, a new version will be created.this@Stability(value=Stable) public CfnRobotApplicationVersionProps build()
build in interface software.amazon.jsii.Builder<CfnRobotApplicationVersionProps>CfnRobotApplicationVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.