Class CfnApplication.RuntimeEnvironmentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.gameliftstreams.CfnApplication.RuntimeEnvironmentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication.RuntimeEnvironmentProperty>
- Enclosing interface:
CfnApplication.RuntimeEnvironmentProperty
@Stability(Stable)
public static final class CfnApplication.RuntimeEnvironmentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.RuntimeEnvironmentProperty>
A builder for
CfnApplication.RuntimeEnvironmentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplication.RuntimeEnvironmentProperty.getType()Sets the value ofCfnApplication.RuntimeEnvironmentProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCfnApplication.RuntimeEnvironmentProperty.getType()- Parameters:
type- The operating system and other drivers. This parameter is required. For Proton, this also includes the Proton compatibility layer.- Returns:
this
-
version
Sets the value ofCfnApplication.RuntimeEnvironmentProperty.getVersion()- Parameters:
version- Versioned container environment for the application operating system. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplication.RuntimeEnvironmentProperty>- Returns:
- a new instance of
CfnApplication.RuntimeEnvironmentProperty - Throws:
NullPointerException- if any required attribute was not provided
-