Interface RStudioServerProAppSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RStudioServerProAppSettings.Builder,
,RStudioServerProAppSettings> SdkBuilder<RStudioServerProAppSettings.Builder,
,RStudioServerProAppSettings> SdkPojo
- Enclosing class:
RStudioServerProAppSettings
public static interface RStudioServerProAppSettings.Builder
extends SdkPojo, CopyableBuilder<RStudioServerProAppSettings.Builder,RStudioServerProAppSettings>
-
Method Summary
Modifier and TypeMethodDescriptionaccessStatus
(String accessStatus) Indicates whether the current user has access to theRStudioServerPro
app.accessStatus
(RStudioServerProAccessStatus accessStatus) Indicates whether the current user has access to theRStudioServerPro
app.The level of permissions that the user has within theRStudioServerPro
app.userGroup
(RStudioServerProUserGroup userGroup) The level of permissions that the user has within theRStudioServerPro
app.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accessStatus
Indicates whether the current user has access to the
RStudioServerPro
app.- Parameters:
accessStatus
- Indicates whether the current user has access to theRStudioServerPro
app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessStatus
Indicates whether the current user has access to the
RStudioServerPro
app.- Parameters:
accessStatus
- Indicates whether the current user has access to theRStudioServerPro
app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
userGroup
- The level of permissions that the user has within theRStudioServerPro
app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
userGroup
- The level of permissions that the user has within theRStudioServerPro
app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-