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