@Generated(value="software.amazon.awssdk:codegen") public final class RStudioServerProAppSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RStudioServerProAppSettings.Builder,RStudioServerProAppSettings>
A collection of settings that configure user interaction with the RStudioServerPro app.
RStudioServerProAppSettings cannot be updated. The RStudioServerPro app must be deleted and
a new one created to make any changes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RStudioServerProAppSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
RStudioServerProAccessStatus |
accessStatus()
Indicates whether the current user has access to the
RStudioServerPro app. |
String |
accessStatusAsString()
Indicates whether the current user has access to the
RStudioServerPro app. |
static RStudioServerProAppSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RStudioServerProAppSettings.Builder> |
serializableBuilderClass() |
RStudioServerProAppSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RStudioServerProUserGroup |
userGroup()
The level of permissions that the user has within the
RStudioServerPro app. |
String |
userGroupAsString()
The level of permissions that the user has within the
RStudioServerPro app. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RStudioServerProAccessStatus accessStatus()
Indicates whether the current user has access to the RStudioServerPro app.
If the service returns an enum value that is not available in the current SDK version, accessStatus will
return RStudioServerProAccessStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from accessStatusAsString().
RStudioServerPro app.RStudioServerProAccessStatuspublic final String accessStatusAsString()
Indicates whether the current user has access to the RStudioServerPro app.
If the service returns an enum value that is not available in the current SDK version, accessStatus will
return RStudioServerProAccessStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from accessStatusAsString().
RStudioServerPro app.RStudioServerProAccessStatuspublic final 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.
If the service returns an enum value that is not available in the current SDK version, userGroup will
return RStudioServerProUserGroup.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from userGroupAsString().
RStudioServerPro app. This value
defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.RStudioServerProUserGrouppublic final String userGroupAsString()
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.
If the service returns an enum value that is not available in the current SDK version, userGroup will
return RStudioServerProUserGroup.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from userGroupAsString().
RStudioServerPro app. This value
defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.RStudioServerProUserGrouppublic RStudioServerProAppSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RStudioServerProAppSettings.Builder,RStudioServerProAppSettings>public static RStudioServerProAppSettings.Builder builder()
public static Class<? extends RStudioServerProAppSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.