Class CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty>
- Enclosing interface:
CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty
@Stability(Stable)
public static final class CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
linux
@Stability(Stable) public CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty.Builder linux(String linux) - Parameters:
linux- the value to be set.- Returns:
this
-
windows
@Stability(Stable) public CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty.Builder windows(String windows) - Parameters:
windows- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty>- Returns:
- a new instance of
CfnLaunchProfilePropsMixin.StreamingSessionStorageRootProperty - Throws:
NullPointerException- if any required attribute was not provided
-