Uses of Interface
software.amazon.awssdk.services.sagemaker.model.RStudioServerProAppSettings.Builder
-
Packages that use RStudioServerProAppSettings.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RStudioServerProAppSettings.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RStudioServerProAppSettings.Builder Modifier and Type Method Description RStudioServerProAppSettings.BuilderRStudioServerProAppSettings.Builder. accessStatus(String accessStatus)Indicates whether the current user has access to theRStudioServerProapp.RStudioServerProAppSettings.BuilderRStudioServerProAppSettings.Builder. accessStatus(RStudioServerProAccessStatus accessStatus)Indicates whether the current user has access to theRStudioServerProapp.static RStudioServerProAppSettings.BuilderRStudioServerProAppSettings. builder()RStudioServerProAppSettings.BuilderRStudioServerProAppSettings. toBuilder()RStudioServerProAppSettings.BuilderRStudioServerProAppSettings.Builder. userGroup(String userGroup)The level of permissions that the user has within theRStudioServerProapp.RStudioServerProAppSettings.BuilderRStudioServerProAppSettings.Builder. userGroup(RStudioServerProUserGroup userGroup)The level of permissions that the user has within theRStudioServerProapp.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RStudioServerProAppSettings.Builder Modifier and Type Method Description static Class<? extends RStudioServerProAppSettings.Builder>RStudioServerProAppSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type RStudioServerProAppSettings.Builder Modifier and Type Method Description default UserSettings.BuilderUserSettings.Builder. rStudioServerProAppSettings(Consumer<RStudioServerProAppSettings.Builder> rStudioServerProAppSettings)A collection of settings that configure user interaction with theRStudioServerProapp.
-