Class RStudioServerProDomainSettingsForUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.RStudioServerProDomainSettingsForUpdate
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate>
@Generated("software.amazon.awssdk:codegen") public final class RStudioServerProDomainSettingsForUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate>
A collection of settings that update the current configuration for the
RStudioServerPro
Domain-level app.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RStudioServerProDomainSettingsForUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RStudioServerProDomainSettingsForUpdate.Builder
builder()
ResourceSpec
defaultResourceSpec()
Returns the value of the DefaultResourceSpec property for this object.String
domainExecutionRoleArn()
The execution role for theRStudioServerPro
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 RStudioServerProDomainSettingsForUpdate.Builder>
serializableBuilderClass()
RStudioServerProDomainSettingsForUpdate.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainExecutionRoleArn
public final String domainExecutionRoleArn()
The execution role for the
RStudioServerPro
Domain-level app.- Returns:
- The execution role for the
RStudioServerPro
Domain-level app.
-
defaultResourceSpec
public final ResourceSpec defaultResourceSpec()
Returns the value of the DefaultResourceSpec property for this object.- Returns:
- The value of the DefaultResourceSpec property for this object.
-
rStudioConnectUrl
public final String rStudioConnectUrl()
A URL pointing to an RStudio Connect server.
- Returns:
- A URL pointing to an RStudio Connect server.
-
rStudioPackageManagerUrl
public final String rStudioPackageManagerUrl()
A URL pointing to an RStudio Package Manager server.
- Returns:
- A URL pointing to an RStudio Package Manager server.
-
toBuilder
public RStudioServerProDomainSettingsForUpdate.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<RStudioServerProDomainSettingsForUpdate.Builder,RStudioServerProDomainSettingsForUpdate>
-
builder
public static RStudioServerProDomainSettingsForUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends RStudioServerProDomainSettingsForUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-