@Generated(value="software.amazon.awssdk:codegen") public final class RStudioServerProDomainSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RStudioServerProDomainSettings.Builder,RStudioServerProDomainSettings>
A collection of settings that configure the RStudioServerPro Domain-level app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RStudioServerProDomainSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RStudioServerProDomainSettings.Builder |
builder() |
ResourceSpec |
defaultResourceSpec()
Returns the value of the DefaultResourceSpec property for this object.
|
String |
domainExecutionRoleArn()
The ARN of the execution role for the
RStudioServerPro Domain-level app. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
rStudioConnectUrl()
A URL pointing to an RStudio Connect server.
|
String |
rStudioPackageManagerUrl()
A URL pointing to an RStudio Package Manager server.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RStudioServerProDomainSettings.Builder> |
serializableBuilderClass() |
RStudioServerProDomainSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainExecutionRoleArn()
The ARN of the execution role for the RStudioServerPro Domain-level app.
RStudioServerPro Domain-level app.public final String rStudioConnectUrl()
A URL pointing to an RStudio Connect server.
public final String rStudioPackageManagerUrl()
A URL pointing to an RStudio Package Manager server.
public final ResourceSpec defaultResourceSpec()
public RStudioServerProDomainSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RStudioServerProDomainSettings.Builder,RStudioServerProDomainSettings>public static RStudioServerProDomainSettings.Builder builder()
public static Class<? extends RStudioServerProDomainSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.