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