@Generated(value="software.amazon.awssdk:codegen") public final class DomainSettingsForUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainSettingsForUpdate.Builder,DomainSettingsForUpdate>
A collection of Domain configuration settings to update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainSettingsForUpdate.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate()
A collection of RStudioServerPro Domain-level app settings to update.
RStudioServerPro Domain-level app settings to update.public final ExecutionRoleIdentityConfig executionRoleIdentityConfig()
The configuration for attaching a SageMaker user profile name to the execution role as a
sts:SourceIdentity key. This configuration can only be modified if there are no apps in the
InService or Pending state.
If the service returns an enum value that is not available in the current SDK version,
executionRoleIdentityConfig will return ExecutionRoleIdentityConfig.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from executionRoleIdentityConfigAsString().
sts:SourceIdentity key. This configuration can only be modified if there are no apps in
the InService or Pending state.ExecutionRoleIdentityConfigpublic final String executionRoleIdentityConfigAsString()
The configuration for attaching a SageMaker user profile name to the execution role as a
sts:SourceIdentity key. This configuration can only be modified if there are no apps in the
InService or Pending state.
If the service returns an enum value that is not available in the current SDK version,
executionRoleIdentityConfig will return ExecutionRoleIdentityConfig.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from executionRoleIdentityConfigAsString().
sts:SourceIdentity key. This configuration can only be modified if there are no apps in
the InService or Pending state.ExecutionRoleIdentityConfigpublic DomainSettingsForUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainSettingsForUpdate.Builder,DomainSettingsForUpdate>public static DomainSettingsForUpdate.Builder builder()
public static Class<? extends DomainSettingsForUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.