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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RStudioServerProAppSettings.Builder
accessStatus(String accessStatus)
Indicates whether the current user has access to theRStudioServerPro
app.RStudioServerProAppSettings.Builder
accessStatus(RStudioServerProAccessStatus accessStatus)
Indicates whether the current user has access to theRStudioServerPro
app.RStudioServerProAppSettings.Builder
userGroup(String userGroup)
The level of permissions that the user has within theRStudioServerPro
app.RStudioServerProAppSettings.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accessStatus
RStudioServerProAppSettings.Builder accessStatus(String 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:
RStudioServerProAccessStatus
,RStudioServerProAccessStatus
-
accessStatus
RStudioServerProAppSettings.Builder accessStatus(RStudioServerProAccessStatus 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:
RStudioServerProAccessStatus
,RStudioServerProAccessStatus
-
userGroup
RStudioServerProAppSettings.Builder userGroup(String 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:
RStudioServerProUserGroup
,RStudioServerProUserGroup
-
userGroup
RStudioServerProAppSettings.Builder userGroup(RStudioServerProUserGroup 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:
RStudioServerProUserGroup
,RStudioServerProUserGroup
-
-