Class CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultEbsStorageSettings(CfnUserProfilePropsMixin.DefaultEbsStorageSettingsProperty defaultEbsStorageSettings) defaultEbsStorageSettings(IResolvable defaultEbsStorageSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultEbsStorageSettings
@Stability(Stable) public CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Builder defaultEbsStorageSettings(IResolvable defaultEbsStorageSettings) Sets the value ofCfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.getDefaultEbsStorageSettings()- Parameters:
defaultEbsStorageSettings- The default EBS storage settings for a space.- Returns:
this
-
defaultEbsStorageSettings
@Stability(Stable) public CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.Builder defaultEbsStorageSettings(CfnUserProfilePropsMixin.DefaultEbsStorageSettingsProperty defaultEbsStorageSettings) Sets the value ofCfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty.getDefaultEbsStorageSettings()- Parameters:
defaultEbsStorageSettings- The default EBS storage settings for a space.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.DefaultSpaceStorageSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-