Class CreateDomainRequest
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<CreateDomainRequest.Builder,- CreateDomainRequest> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal AppNetworkAccessTypeSpecifies the VPC used for non-EFS traffic.final StringSpecifies the VPC used for non-EFS traffic.The entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.final StringThe entity that creates and manages the required security groups for inter-app communication inVPCOnlymode.final AuthModeauthMode()The mode of authentication that members use to access the domain.final StringThe mode of authentication that members use to access the domain.static CreateDomainRequest.Builderbuilder()final DefaultSpaceSettingsThe default settings for shared spaces that users create in the domain.final UserSettingsThe default settings to use to create a user profile whenUserSettingsisn't specified in the call to theCreateUserProfileAPI.final StringA name for the domain.final DomainSettingsA collection ofDomainsettings.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the SubnetIds property.final booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.final StringDeprecated.This property is deprecated, use KmsKeyId instead.final StringkmsKeyId()SageMaker AI uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default.static Class<? extends CreateDomainRequest.Builder> The VPC subnets that the domain uses for communication.final TagPropagationIndicates whether custom tag propagation is supported for the domain.final StringIndicates whether custom tag propagation is supported for the domain.tags()Tags to associated with the Domain.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringvpcId()The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.Methods inherited from class software.amazon.awssdk.awscore.AwsRequestoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
domainName
- 
authModeThe mode of authentication that members use to access the domain. If the service returns an enum value that is not available in the current SDK version, authModewill returnAuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthModeAsString().- Returns:
- The mode of authentication that members use to access the domain.
- See Also:
 
- 
authModeAsStringThe mode of authentication that members use to access the domain. If the service returns an enum value that is not available in the current SDK version, authModewill returnAuthMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthModeAsString().- Returns:
- The mode of authentication that members use to access the domain.
- See Also:
 
- 
defaultUserSettingsThe default settings to use to create a user profile when UserSettingsisn't specified in the call to theCreateUserProfileAPI.SecurityGroupsis aggregated when specified in both calls. For all other settings inUserSettings, the values specified inCreateUserProfiletake precedence over those specified inCreateDomain.- Returns:
- The default settings to use to create a user profile when UserSettingsisn't specified in the call to theCreateUserProfileAPI.SecurityGroupsis aggregated when specified in both calls. For all other settings inUserSettings, the values specified inCreateUserProfiletake precedence over those specified inCreateDomain.
 
- 
domainSettingsA collection of Domainsettings.- Returns:
- A collection of Domainsettings.
 
- 
hasSubnetIdspublic final boolean hasSubnetIds()For responses, this returns true if the service returned a value for the SubnetIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
subnetIdsThe VPC subnets that the domain uses for communication. The field is optional when the AppNetworkAccessTypeparameter is set toPublicInternetOnlyfor domains created from Amazon SageMaker Unified Studio.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSubnetIds()method.- Returns:
- The VPC subnets that the domain uses for communication.
         The field is optional when the AppNetworkAccessTypeparameter is set toPublicInternetOnlyfor domains created from Amazon SageMaker Unified Studio.
 
- 
vpcIdThe ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication. The field is optional when the AppNetworkAccessTypeparameter is set toPublicInternetOnlyfor domains created from Amazon SageMaker Unified Studio.- Returns:
- The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.
         The field is optional when the AppNetworkAccessTypeparameter is set toPublicInternetOnlyfor domains created from Amazon SageMaker Unified Studio.
 
- 
hasTagspublic final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
tagsTags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the SearchAPI.Tags that you specify for the Domain are also added to all Apps that the Domain launches. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags()method.- Returns:
- Tags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be
         unique per resource. Tags are searchable using the SearchAPI.Tags that you specify for the Domain are also added to all Apps that the Domain launches. 
 
- 
appNetworkAccessTypeSpecifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.- 
 PublicInternetOnly- Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access
- 
 VpcOnly- All traffic is through the specified VPC and subnets
 If the service returns an enum value that is not available in the current SDK version, appNetworkAccessTypewill returnAppNetworkAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromappNetworkAccessTypeAsString().- Returns:
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.- 
         PublicInternetOnly- Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access
- 
         VpcOnly- All traffic is through the specified VPC and subnets
 
- 
         
- See Also:
 
- 
 
- 
appNetworkAccessTypeAsStringSpecifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.- 
 PublicInternetOnly- Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access
- 
 VpcOnly- All traffic is through the specified VPC and subnets
 If the service returns an enum value that is not available in the current SDK version, appNetworkAccessTypewill returnAppNetworkAccessType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromappNetworkAccessTypeAsString().- Returns:
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.- 
         PublicInternetOnly- Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access
- 
         VpcOnly- All traffic is through the specified VPC and subnets
 
- 
         
- See Also:
 
- 
 
- 
homeEfsFileSystemKmsKeyIdDeprecated.This property is deprecated, use KmsKeyId instead.Use KmsKeyId.- Returns:
- Use KmsKeyId.
 
- 
kmsKeyIdSageMaker AI uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key. - Returns:
- SageMaker AI uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.
 
- 
appSecurityGroupManagementThe entity that creates and manages the required security groups for inter-app communication in VPCOnlymode. Required whenCreateDomain.AppNetworkAccessTypeisVPCOnlyandDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArnis 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, appSecurityGroupManagementwill 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
         VPCOnlymode. Required whenCreateDomain.AppNetworkAccessTypeisVPCOnlyandDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArnis provided. If setting up the domain for use with RStudio, this value must be set toService.
- See Also:
 
- 
appSecurityGroupManagementAsStringThe entity that creates and manages the required security groups for inter-app communication in VPCOnlymode. Required whenCreateDomain.AppNetworkAccessTypeisVPCOnlyandDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArnis 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, appSecurityGroupManagementwill 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
         VPCOnlymode. Required whenCreateDomain.AppNetworkAccessTypeisVPCOnlyandDomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArnis provided. If setting up the domain for use with RStudio, this value must be set toService.
- See Also:
 
- 
tagPropagationIndicates whether custom tag propagation is supported for the domain. Defaults to DISABLED.If the service returns an enum value that is not available in the current SDK version, tagPropagationwill returnTagPropagation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtagPropagationAsString().- Returns:
- Indicates whether custom tag propagation is supported for the domain. Defaults to DISABLED.
- See Also:
 
- 
tagPropagationAsStringIndicates whether custom tag propagation is supported for the domain. Defaults to DISABLED.If the service returns an enum value that is not available in the current SDK version, tagPropagationwill returnTagPropagation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtagPropagationAsString().- Returns:
- Indicates whether custom tag propagation is supported for the domain. Defaults to DISABLED.
- See Also:
 
- 
defaultSpaceSettingsThe default settings for shared spaces that users create in the domain. - Returns:
- The default settings for shared spaces that users create in the domain.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<CreateDomainRequest.Builder,- CreateDomainRequest> 
- Specified by:
- toBuilderin class- SageMakerRequest
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCodepublic final int hashCode()- Overrides:
- hashCodein class- AwsRequest
 
- 
equals- Overrides:
- equalsin class- AwsRequest
 
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForFieldDescription copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
- getValueForFieldin class- SdkRequest
- Parameters:
- fieldName- The name of the member to be retrieved.
- clazz- The class to cast the returned object to.
- Returns:
- Optional containing the casted return value
 
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-