public static interface CreateDomainRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
appNetworkAccessType(AppNetworkAccessType appNetworkAccessType)
Specifies the VPC used for non-EFS traffic.
|
CreateDomainRequest.Builder |
appNetworkAccessType(String appNetworkAccessType)
Specifies the VPC used for non-EFS traffic.
|
CreateDomainRequest.Builder |
authMode(AuthMode authMode)
The mode of authentication that members use to access the domain.
|
CreateDomainRequest.Builder |
authMode(String authMode)
The mode of authentication that members use to access the domain.
|
default CreateDomainRequest.Builder |
defaultUserSettings(Consumer<UserSettings.Builder> defaultUserSettings)
The default settings to use to create a user profile when
UserSettings isn't specified in the
call to the CreateUserProfile API. |
CreateDomainRequest.Builder |
defaultUserSettings(UserSettings defaultUserSettings)
The default settings to use to create a user profile when
UserSettings isn't specified in the
call to the CreateUserProfile API. |
CreateDomainRequest.Builder |
domainName(String domainName)
A name for the domain.
|
CreateDomainRequest.Builder |
homeEfsFileSystemKmsKeyId(String homeEfsFileSystemKmsKeyId)
This member is deprecated and replaced with
KmsKeyId. |
CreateDomainRequest.Builder |
kmsKeyId(String kmsKeyId)
SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master
key (CMK) by default.
|
CreateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDomainRequest.Builder |
subnetIds(Collection<String> subnetIds)
The VPC subnets that Studio uses for communication.
|
CreateDomainRequest.Builder |
subnetIds(String... subnetIds)
The VPC subnets that Studio uses for communication.
|
CreateDomainRequest.Builder |
tags(Collection<Tag> tags)
Tags to associated with the Domain.
|
CreateDomainRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags to associated with the Domain.
|
CreateDomainRequest.Builder |
tags(Tag... tags)
Tags to associated with the Domain.
|
CreateDomainRequest.Builder |
vpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainRequest.Builder domainName(String domainName)
A name for the domain.
domainName - A name for the domain.CreateDomainRequest.Builder authMode(String authMode)
The mode of authentication that members use to access the domain.
CreateDomainRequest.Builder authMode(AuthMode authMode)
The mode of authentication that members use to access the domain.
CreateDomainRequest.Builder defaultUserSettings(UserSettings defaultUserSettings)
The default settings to use to create a user profile when UserSettings isn't specified in the
call to the CreateUserProfile API.
SecurityGroups is aggregated when specified in both calls. For all other settings in
UserSettings, the values specified in CreateUserProfile take precedence over those
specified in CreateDomain.
defaultUserSettings - The default settings to use to create a user profile when UserSettings isn't specified in
the call to the CreateUserProfile API.
SecurityGroups is aggregated when specified in both calls. For all other settings in
UserSettings, the values specified in CreateUserProfile take precedence over
those specified in CreateDomain.
default CreateDomainRequest.Builder defaultUserSettings(Consumer<UserSettings.Builder> defaultUserSettings)
The default settings to use to create a user profile when UserSettings isn't specified in the
call to the CreateUserProfile API.
SecurityGroups is aggregated when specified in both calls. For all other settings in
UserSettings, the values specified in CreateUserProfile take precedence over those
specified in CreateDomain.
UserSettings.Builder avoiding the need to
create one manually via UserSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultUserSettings(UserSettings).defaultUserSettings - a consumer that will call methods on UserSettings.BuilderdefaultUserSettings(UserSettings)CreateDomainRequest.Builder subnetIds(Collection<String> subnetIds)
The VPC subnets that Studio uses for communication.
subnetIds - The VPC subnets that Studio uses for communication.CreateDomainRequest.Builder subnetIds(String... subnetIds)
The VPC subnets that Studio uses for communication.
subnetIds - The VPC subnets that Studio uses for communication.CreateDomainRequest.Builder vpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
vpcId - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.CreateDomainRequest.Builder tags(Collection<Tag> tags)
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 Search API.
Tags that you specify for the Domain are also added to all Apps that the Domain launches.
tags - 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 Search API.
Tags that you specify for the Domain are also added to all Apps that the Domain launches.
CreateDomainRequest.Builder tags(Tag... tags)
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 Search API.
Tags that you specify for the Domain are also added to all Apps that the Domain launches.
tags - 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 Search API.
Tags that you specify for the Domain are also added to all Apps that the Domain launches.
CreateDomainRequest.Builder tags(Consumer<Tag.Builder>... tags)
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 Search API.
Tags that you specify for the Domain are also added to all Apps that the Domain launches.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateDomainRequest.Builder appNetworkAccessType(String appNetworkAccessType)
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, which allows
direct internet access
VpcOnly - All Studio traffic is through the specified VPC and subnets
appNetworkAccessType - 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, which
allows direct internet access
VpcOnly - All Studio traffic is through the specified VPC and subnets
AppNetworkAccessType,
AppNetworkAccessTypeCreateDomainRequest.Builder appNetworkAccessType(AppNetworkAccessType appNetworkAccessType)
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, which allows
direct internet access
VpcOnly - All Studio traffic is through the specified VPC and subnets
appNetworkAccessType - 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, which
allows direct internet access
VpcOnly - All Studio traffic is through the specified VPC and subnets
AppNetworkAccessType,
AppNetworkAccessTypeCreateDomainRequest.Builder homeEfsFileSystemKmsKeyId(String homeEfsFileSystemKmsKeyId)
This member is deprecated and replaced with KmsKeyId.
homeEfsFileSystemKmsKeyId - This member is deprecated and replaced with KmsKeyId.CreateDomainRequest.Builder kmsKeyId(String kmsKeyId)
SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default. For more control, specify a customer managed CMK.
kmsKeyId - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer
master key (CMK) by default. For more control, specify a customer managed CMK.CreateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.