public static final class CfnUserProfile.RStudioServerProAppSettingsProperty.Builder
extends java.lang.Object
CfnUserProfile.RStudioServerProAppSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserProfile.RStudioServerProAppSettingsProperty.Builder |
accessStatus(java.lang.String accessStatus)
Sets the value of
CfnUserProfile.RStudioServerProAppSettingsProperty.getAccessStatus() |
CfnUserProfile.RStudioServerProAppSettingsProperty |
build()
Builds the configured instance.
|
CfnUserProfile.RStudioServerProAppSettingsProperty.Builder |
userGroup(java.lang.String userGroup)
Sets the value of
CfnUserProfile.RStudioServerProAppSettingsProperty.getUserGroup() |
public CfnUserProfile.RStudioServerProAppSettingsProperty.Builder accessStatus(java.lang.String accessStatus)
CfnUserProfile.RStudioServerProAppSettingsProperty.getAccessStatus()
accessStatus
- Indicates whether the current user has access to the `RStudioServerPro` app.this
public CfnUserProfile.RStudioServerProAppSettingsProperty.Builder userGroup(java.lang.String userGroup)
CfnUserProfile.RStudioServerProAppSettingsProperty.getUserGroup()
userGroup
- The level of permissions that the user has within the `RStudioServerPro` app.
This value defaults to User
. The Admin
value allows the user access to the RStudio Administrative Dashboard.this
public CfnUserProfile.RStudioServerProAppSettingsProperty build()
CfnUserProfile.RStudioServerProAppSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided