Class CfnSpace.OwnershipSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnSpace.OwnershipSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpace.OwnershipSettingsProperty>
- Enclosing interface:
CfnSpace.OwnershipSettingsProperty
@Stability(Stable)
public static final class CfnSpace.OwnershipSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpace.OwnershipSettingsProperty>
A builder for
CfnSpace.OwnershipSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ownerUserProfileName(String ownerUserProfileName) Sets the value ofCfnSpace.OwnershipSettingsProperty.getOwnerUserProfileName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ownerUserProfileName
@Stability(Stable) public CfnSpace.OwnershipSettingsProperty.Builder ownerUserProfileName(String ownerUserProfileName) Sets the value ofCfnSpace.OwnershipSettingsProperty.getOwnerUserProfileName()- Parameters:
ownerUserProfileName- The user profile who is the owner of the space. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpace.OwnershipSettingsProperty>- Returns:
- a new instance of
CfnSpace.OwnershipSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-