Class CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder
java.lang.Object
software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchProfile.StreamConfigurationSessionStorageProperty>
- Enclosing interface:
- CfnLaunchProfile.StreamConfigurationSessionStorageProperty
@Stability(Stable)
public static final class CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchProfile.StreamConfigurationSessionStorageProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLaunchProfile.StreamConfigurationSessionStorageProperty.getMode()root(IResolvable root) Sets the value ofCfnLaunchProfile.StreamConfigurationSessionStorageProperty.getRoot()Sets the value ofCfnLaunchProfile.StreamConfigurationSessionStorageProperty.getRoot()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mode
@Stability(Stable) public CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder mode(List<String> mode) Sets the value ofCfnLaunchProfile.StreamConfigurationSessionStorageProperty.getMode()- Parameters:
mode- Allows artists to upload files to their workstations. This parameter is required. The only valid option isUPLOAD.- Returns:
this
-
root
@Stability(Stable) public CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder root(IResolvable root) Sets the value ofCfnLaunchProfile.StreamConfigurationSessionStorageProperty.getRoot()- Parameters:
root- The configuration for the upload storage root of the streaming session.- Returns:
this
-
root
@Stability(Stable) public CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder root(CfnLaunchProfile.StreamingSessionStorageRootProperty root) Sets the value ofCfnLaunchProfile.StreamConfigurationSessionStorageProperty.getRoot()- Parameters:
root- The configuration for the upload storage root of the streaming session.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchProfile.StreamConfigurationSessionStorageProperty>- Returns:
- a new instance of
CfnLaunchProfile.StreamConfigurationSessionStorageProperty - Throws:
NullPointerException- if any required attribute was not provided
-