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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.