Class CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty>
- Enclosing interface:
CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty>
A builder for
CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultEbsStorageSettings(IResolvable defaultEbsStorageSettings) defaultEbsStorageSettings(CfnDomainPropsMixin.DefaultEbsStorageSettingsProperty defaultEbsStorageSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultEbsStorageSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty.Builder defaultEbsStorageSettings(IResolvable defaultEbsStorageSettings) Sets the value ofCfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty.getDefaultEbsStorageSettings()- Parameters:
defaultEbsStorageSettings- The default EBS storage settings for a space.- Returns:
this
-
defaultEbsStorageSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty.Builder defaultEbsStorageSettings(CfnDomainPropsMixin.DefaultEbsStorageSettingsProperty defaultEbsStorageSettings) Sets the value ofCfnDomainPropsMixin.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<CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-