public static interface CreateDatasetRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetRequest.Builder,CreateDatasetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetRequest.Builder name(String name)
The name for the dataset.
name - The name for the dataset.CreateDatasetRequest.Builder schemaArn(String schemaArn)
The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
schemaArn - The ARN of the schema to associate with the dataset. The schema defines the dataset fields.CreateDatasetRequest.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to add the dataset to.CreateDatasetRequest.Builder datasetType(String datasetType)
The type of dataset.
One of the following (case insensitive) values:
Interactions
Items
Users
datasetType - The type of dataset.
One of the following (case insensitive) values:
Interactions
Items
Users
CreateDatasetRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the dataset.
tags - A list of tags
to apply to the dataset.CreateDatasetRequest.Builder tags(Tag... tags)
A list of tags to apply to the dataset.
tags - A list of tags
to apply to the dataset.CreateDatasetRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the dataset.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.