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