public static interface CreateDomainRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
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 user settings.
|
CreateDomainRequest.Builder |
defaultUserSettings(UserSettings defaultUserSettings)
The default user settings.
|
CreateDomainRequest.Builder |
domainName(String domainName)
A name for the domain.
|
CreateDomainRequest.Builder |
homeEfsFileSystemKmsKeyId(String homeEfsFileSystemKmsKeyId)
The AWS Key Management Service (KMS) encryption key ID.
|
CreateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDomainRequest.Builder |
subnetIds(Collection<String> subnetIds)
The VPC subnets to use for communication with the EFS volume.
|
CreateDomainRequest.Builder |
subnetIds(String... subnetIds)
The VPC subnets to use for communication with the EFS volume.
|
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) to use for communication with the EFS volume.
|
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 user settings.
defaultUserSettings - The default user settings.default CreateDomainRequest.Builder defaultUserSettings(Consumer<UserSettings.Builder> defaultUserSettings)
The default user settings.
This is a convenience that creates an instance of theUserSettings.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 to use for communication with the EFS volume.
subnetIds - The VPC subnets to use for communication with the EFS volume.CreateDomainRequest.Builder subnetIds(String... subnetIds)
The VPC subnets to use for communication with the EFS volume.
subnetIds - The VPC subnets to use for communication with the EFS volume.CreateDomainRequest.Builder vpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (VPC) to use for communication with the EFS volume.
vpcId - The ID of the Amazon Virtual Private Cloud (VPC) to use for communication with the EFS volume.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 - 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.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 - 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.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.
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 homeEfsFileSystemKmsKeyId(String homeEfsFileSystemKmsKeyId)
The AWS Key Management Service (KMS) encryption key ID. Encryption with a customer master key (CMK) is not supported.
homeEfsFileSystemKmsKeyId - The AWS Key Management Service (KMS) encryption key ID. Encryption with a customer master key (CMK) is
not supported.CreateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.