@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDomainRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDomainRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AppSecurityGroupManagement |
appSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. |
String |
appSecurityGroupManagementAsString()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. |
static UpdateDomainRequest.Builder |
builder() |
DefaultSpaceSettings |
defaultSpaceSettings()
The default settings used to create a space within the Domain.
|
UserSettings |
defaultUserSettings()
A collection of settings.
|
String |
domainId()
The ID of the domain to be updated.
|
DomainSettingsForUpdate |
domainSettingsForUpdate()
A collection of
DomainSettings configuration values to update. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDomainRequest.Builder> |
serializableBuilderClass() |
UpdateDomainRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The ID of the domain to be updated.
public final UserSettings defaultUserSettings()
A collection of settings.
public final DomainSettingsForUpdate domainSettingsForUpdate()
A collection of DomainSettings configuration values to update.
DomainSettings configuration values to update.public final DefaultSpaceSettings defaultSpaceSettings()
The default settings used to create a space within the Domain.
public final AppSecurityGroupManagement appSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly
and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
If the service returns an enum value that is not available in the current SDK version,
appSecurityGroupManagement will return AppSecurityGroupManagement.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from appSecurityGroupManagementAsString().
VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is
VPCOnly and
DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.AppSecurityGroupManagementpublic final String appSecurityGroupManagementAsString()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly
and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
If the service returns an enum value that is not available in the current SDK version,
appSecurityGroupManagement will return AppSecurityGroupManagement.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from appSecurityGroupManagementAsString().
VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is
VPCOnly and
DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.AppSecurityGroupManagementpublic UpdateDomainRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>toBuilder in class SageMakerRequestpublic static UpdateDomainRequest.Builder builder()
public static Class<? extends UpdateDomainRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.