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