public static interface CreateDatasetGroupRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetGroupRequest.Builder,CreateDatasetGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetGroupRequest.Builder |
domain(Domain domain)
The domain of the dataset group.
|
CreateDatasetGroupRequest.Builder |
domain(String domain)
The domain of the dataset group.
|
CreateDatasetGroupRequest.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.
|
CreateDatasetGroupRequest.Builder |
name(String name)
The name for the new dataset group.
|
CreateDatasetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDatasetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDatasetGroupRequest.Builder |
roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management
Service (KMS) key.
|
CreateDatasetGroupRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to
apply to the dataset group.
|
CreateDatasetGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to
apply to the dataset group.
|
CreateDatasetGroupRequest.Builder |
tags(Tag... tags)
A list of tags to
apply to the dataset group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetGroupRequest.Builder name(String name)
The name for the new dataset group.
name - The name for the new dataset group.CreateDatasetGroupRequest.Builder roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
roleArn - The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key
Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.CreateDatasetGroupRequest.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.
kmsKeyArn - The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.CreateDatasetGroupRequest.Builder domain(String domain)
The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.
domain - The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you
specify determines the default schemas for datasets and the use cases available for recommenders. If
you don't specify a domain, you create a Custom dataset group with solution versions that you deploy
with a campaign.Domain,
DomainCreateDatasetGroupRequest.Builder domain(Domain domain)
The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.
domain - The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you
specify determines the default schemas for datasets and the use cases available for recommenders. If
you don't specify a domain, you create a Custom dataset group with solution versions that you deploy
with a campaign.Domain,
DomainCreateDatasetGroupRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the dataset group.
tags - A list of tags
to apply to the dataset group.CreateDatasetGroupRequest.Builder tags(Tag... tags)
A list of tags to apply to the dataset group.
tags - A list of tags
to apply to the dataset group.CreateDatasetGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the dataset group.
This is a convenience method 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) CreateDatasetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.