public static interface CreateDatasetImportJobRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetImportJobRequest.Builder,CreateDatasetImportJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetImportJobRequest.Builder jobName(String jobName)
The name for the dataset import job.
jobName - The name for the dataset import job.CreateDatasetImportJobRequest.Builder datasetArn(String datasetArn)
The ARN of the dataset that receives the imported data.
datasetArn - The ARN of the dataset that receives the imported data.CreateDatasetImportJobRequest.Builder dataSource(DataSource dataSource)
The Amazon S3 bucket that contains the training data to import.
dataSource - The Amazon S3 bucket that contains the training data to import.default CreateDatasetImportJobRequest.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The Amazon S3 bucket that contains the training data to import.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)CreateDatasetImportJobRequest.Builder roleArn(String roleArn)
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
roleArn - The ARN of the IAM role that has permissions to read from the Amazon S3 data source.CreateDatasetImportJobRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the dataset import job.
tags - A list of tags
to apply to the dataset import job.CreateDatasetImportJobRequest.Builder tags(Tag... tags)
A list of tags to apply to the dataset import job.
tags - A list of tags
to apply to the dataset import job.CreateDatasetImportJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the dataset import job.
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) CreateDatasetImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.