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
RStudioServerProDomain-level app.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRStudioServerProDomainSettingsForUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RStudioServerProDomainSettingsForUpdate.Builderbuilder()ResourceSpecdefaultResourceSpec()Returns the value of the DefaultResourceSpec property for this object.StringdomainExecutionRoleArn()The execution role for theRStudioServerProDomain-level app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrStudioConnectUrl()A URL pointing to an RStudio Connect server.StringrStudioPackageManagerUrl()A URL pointing to an RStudio Package Manager server.List<SdkField<?>>sdkFields()static Class<? extends RStudioServerProDomainSettingsForUpdate.Builder>serializableBuilderClass()RStudioServerProDomainSettingsForUpdate.BuildertoBuilder()StringtoString()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
RStudioServerProDomain-level app.- Returns:
- The execution role for the
RStudioServerProDomain-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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-