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