Class UpdateDomainRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.UpdateDomainRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDomainRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UpdateDomainRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppSecurityGroupManagement
appSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication inVPCOnly
mode.String
appSecurityGroupManagementAsString()
The entity that creates and manages the required security groups for inter-app communication inVPCOnly
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 ofDomainSettings
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.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
domainId
public final String domainId()
The ID of the domain to be updated.
- Returns:
- The ID of the domain to be updated.
-
defaultUserSettings
public final UserSettings defaultUserSettings()
A collection of settings.
- Returns:
- A collection of settings.
-
domainSettingsForUpdate
public final DomainSettingsForUpdate domainSettingsForUpdate()
A collection of
DomainSettings
configuration values to update.- Returns:
- A collection of
DomainSettings
configuration values to update.
-
defaultSpaceSettings
public final DefaultSpaceSettings defaultSpaceSettings()
The default settings used to create a space within the Domain.
- Returns:
- The default settings used to create a space within the Domain.
-
appSecurityGroupManagement
public final AppSecurityGroupManagement appSecurityGroupManagement()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly
mode. Required whenCreateDomain.AppNetworkAccessType
isVPCOnly
andDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided. If setting up the domain for use with RStudio, this value must be set toService
.If the service returns an enum value that is not available in the current SDK version,
appSecurityGroupManagement
will returnAppSecurityGroupManagement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromappSecurityGroupManagementAsString()
.- Returns:
- The entity that creates and manages the required security groups for inter-app communication in
VPCOnly
mode. Required whenCreateDomain.AppNetworkAccessType
isVPCOnly
andDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided. If setting up the domain for use with RStudio, this value must be set toService
. - See Also:
AppSecurityGroupManagement
-
appSecurityGroupManagementAsString
public final String appSecurityGroupManagementAsString()
The entity that creates and manages the required security groups for inter-app communication in
VPCOnly
mode. Required whenCreateDomain.AppNetworkAccessType
isVPCOnly
andDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided. If setting up the domain for use with RStudio, this value must be set toService
.If the service returns an enum value that is not available in the current SDK version,
appSecurityGroupManagement
will returnAppSecurityGroupManagement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromappSecurityGroupManagementAsString()
.- Returns:
- The entity that creates and manages the required security groups for inter-app communication in
VPCOnly
mode. Required whenCreateDomain.AppNetworkAccessType
isVPCOnly
andDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
is provided. If setting up the domain for use with RStudio, this value must be set toService
. - See Also:
AppSecurityGroupManagement
-
toBuilder
public UpdateDomainRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<UpdateDomainRequest.Builder,UpdateDomainRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static UpdateDomainRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDomainRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkRequest
-
-