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