public static interface CreateDatasetExportJobRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetExportJobRequest.Builder,CreateDatasetExportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetExportJobRequest.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that contains the data to export.
|
CreateDatasetExportJobRequest.Builder |
ingestionMode(IngestionMode ingestionMode)
The data to export, based on how you imported the data.
|
CreateDatasetExportJobRequest.Builder |
ingestionMode(String ingestionMode)
The data to export, based on how you imported the data.
|
CreateDatasetExportJobRequest.Builder |
jobName(String jobName)
The name for the dataset export job.
|
default CreateDatasetExportJobRequest.Builder |
jobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
|
CreateDatasetExportJobRequest.Builder |
jobOutput(DatasetExportJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
|
CreateDatasetExportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDatasetExportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDatasetExportJobRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon
S3 bucket.
|
CreateDatasetExportJobRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to
apply to the dataset export job.
|
CreateDatasetExportJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to
apply to the dataset export job.
|
CreateDatasetExportJobRequest.Builder |
tags(Tag... tags)
A list of tags to
apply to the dataset export job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetExportJobRequest.Builder jobName(String jobName)
The name for the dataset export job.
jobName - The name for the dataset export job.CreateDatasetExportJobRequest.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that contains the data to export.
datasetArn - The Amazon Resource Name (ARN) of the dataset that contains the data to export.CreateDatasetExportJobRequest.Builder ingestionMode(String ingestionMode)
The data to export, based on how you imported the data. You can choose to export only BULK data
that you imported using a dataset import job, only PUT data that you imported incrementally
(using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The
default value is PUT.
ingestionMode - The data to export, based on how you imported the data. You can choose to export only
BULK data that you imported using a dataset import job, only PUT data that
you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or
ALL for both types. The default value is PUT.IngestionMode,
IngestionModeCreateDatasetExportJobRequest.Builder ingestionMode(IngestionMode ingestionMode)
The data to export, based on how you imported the data. You can choose to export only BULK data
that you imported using a dataset import job, only PUT data that you imported incrementally
(using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The
default value is PUT.
ingestionMode - The data to export, based on how you imported the data. You can choose to export only
BULK data that you imported using a dataset import job, only PUT data that
you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or
ALL for both types. The default value is PUT.IngestionMode,
IngestionModeCreateDatasetExportJobRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
roleArn - The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output
Amazon S3 bucket.CreateDatasetExportJobRequest.Builder jobOutput(DatasetExportJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
jobOutput - The path to the Amazon S3 bucket where the job's output is stored.default CreateDatasetExportJobRequest.Builder jobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
This is a convenience method that creates an instance of theDatasetExportJobOutput.Builder avoiding
the need to create one manually via DatasetExportJobOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jobOutput(DatasetExportJobOutput).
jobOutput - a consumer that will call methods on DatasetExportJobOutput.BuilderjobOutput(DatasetExportJobOutput)CreateDatasetExportJobRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the dataset export job.
tags - A list of tags
to apply to the dataset export job.CreateDatasetExportJobRequest.Builder tags(Tag... tags)
A list of tags to apply to the dataset export job.
tags - A list of tags
to apply to the dataset export job.CreateDatasetExportJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the dataset export job.
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) CreateDatasetExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatasetExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.