Interface CfnSpace.OwnershipSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpace.OwnershipSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnSpace
@Stability(Stable)
public static interface CfnSpace.OwnershipSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The collection of ownership settings for a space.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
OwnershipSettingsProperty ownershipSettingsProperty = OwnershipSettingsProperty.builder()
.ownerUserProfileName("ownerUserProfileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpace.OwnershipSettingsPropertystatic final classAn implementation forCfnSpace.OwnershipSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOwnerUserProfileName
The user profile who is the owner of the space.- See Also:
-
builder
-