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.BuilderaccessStatus(String accessStatus)Indicates whether the current user has access to theRStudioServerProapp.RStudioServerProAppSettings.BuilderaccessStatus(RStudioServerProAccessStatus accessStatus)Indicates whether the current user has access to theRStudioServerProapp.RStudioServerProAppSettings.BuilderuserGroup(String userGroup)The level of permissions that the user has within theRStudioServerProapp.RStudioServerProAppSettings.BuilderuserGroup(RStudioServerProUserGroup userGroup)The level of permissions that the user has within theRStudioServerProapp.-
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 Detail
-
accessStatus
RStudioServerProAppSettings.Builder accessStatus(String accessStatus)
Indicates whether the current user has access to the
RStudioServerProapp.- Parameters:
accessStatus- Indicates whether the current user has access to theRStudioServerProapp.- 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
RStudioServerProapp.- Parameters:
accessStatus- Indicates whether the current user has access to theRStudioServerProapp.- 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
RStudioServerProapp. 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 theRStudioServerProapp. 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
RStudioServerProapp. 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 theRStudioServerProapp. 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
-
-