public static final class CfnDomain.RStudioServerProAppSettingsProperty.Builder
extends java.lang.Object
CfnDomain.RStudioServerProAppSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDomain.RStudioServerProAppSettingsProperty.Builder |
accessStatus(java.lang.String accessStatus)
Sets the value of
CfnDomain.RStudioServerProAppSettingsProperty.getAccessStatus() |
CfnDomain.RStudioServerProAppSettingsProperty |
build()
Builds the configured instance.
|
CfnDomain.RStudioServerProAppSettingsProperty.Builder |
userGroup(java.lang.String userGroup)
Sets the value of
CfnDomain.RStudioServerProAppSettingsProperty.getUserGroup() |
public CfnDomain.RStudioServerProAppSettingsProperty.Builder accessStatus(java.lang.String accessStatus)
CfnDomain.RStudioServerProAppSettingsProperty.getAccessStatus()
accessStatus
- Indicates whether the current user has access to the `RStudioServerPro` app.this
public CfnDomain.RStudioServerProAppSettingsProperty.Builder userGroup(java.lang.String userGroup)
CfnDomain.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 CfnDomain.RStudioServerProAppSettingsProperty build()
CfnDomain.RStudioServerProAppSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided