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