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 theRStudioServerProapp.accessStatus(RStudioServerProAccessStatus accessStatus) Indicates whether the current user has access to theRStudioServerProapp.The level of permissions that the user has within theRStudioServerProapp.userGroup(RStudioServerProUserGroup userGroup) The level of permissions that the user has within theRStudioServerProapp.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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:
 
 - 
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:
 
 - 
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:
 
 - 
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:
 
 
 -