Class CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessStatus(String accessStatus) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessStatus
@Stability(Stable) public CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty.Builder accessStatus(String accessStatus) - Parameters:
accessStatus- Indicates whether the current user has access to theRStudioServerProapp.- Returns:
this
-
userGroup
@Stability(Stable) public CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty.Builder userGroup(String userGroup) - Parameters:
userGroup- The level of permissions that the user has within theRStudioServerProapp. This value defaults toUser. TheAdminvalue allows the user access to the RStudio Administrative Dashboard.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.RStudioServerProAppSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-