Interface CfnSpacePropsMixin.SpaceSharingSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpacePropsMixin.SpaceSharingSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnSpacePropsMixin
@Stability(Stable)
public static interface CfnSpacePropsMixin.SpaceSharingSettingsProperty
extends software.amazon.jsii.JsiiSerializable
A collection of space sharing settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.*;
SpaceSharingSettingsProperty spaceSharingSettingsProperty = SpaceSharingSettingsProperty.builder()
.sharingType("sharingType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpacePropsMixin.SpaceSharingSettingsPropertystatic final classAn implementation forCfnSpacePropsMixin.SpaceSharingSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSharingType
Specifies the sharing type of the space.- See Also:
-
builder
-