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