public static interface DatasetExportJob.Builder extends SdkPojo, CopyableBuilder<DatasetExportJob.Builder,DatasetExportJob>
| Modifier and Type | Method and Description |
|---|---|
DatasetExportJob.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset export job.
|
DatasetExportJob.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to export.
|
DatasetExportJob.Builder |
datasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
|
DatasetExportJob.Builder |
failureReason(String failureReason)
If a dataset export job fails, provides the reason why.
|
DatasetExportJob.Builder |
ingestionMode(IngestionMode ingestionMode)
The data to export, based on how you imported the data.
|
DatasetExportJob.Builder |
ingestionMode(String ingestionMode)
The data to export, based on how you imported the data.
|
DatasetExportJob.Builder |
jobName(String jobName)
The name of the export job.
|
default DatasetExportJob.Builder |
jobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
|
DatasetExportJob.Builder |
jobOutput(DatasetExportJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output is stored.
|
DatasetExportJob.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) the status of the dataset export job was last updated.
|
DatasetExportJob.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.
|
DatasetExportJob.Builder |
status(String status)
The status of the dataset export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetExportJob.Builder jobName(String jobName)
The name of the export job.
jobName - The name of the export job.DatasetExportJob.Builder datasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
datasetExportJobArn - The Amazon Resource Name (ARN) of the dataset export job.DatasetExportJob.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to export.
datasetArn - The Amazon Resource Name (ARN) of the dataset to export.DatasetExportJob.Builder ingestionMode(String ingestionMode)
The data to export, based on how you imported the data. You can choose to export BULK data that
you imported using a dataset import job, 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 BULK
data that you imported using a dataset import job, 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,
IngestionModeDatasetExportJob.Builder ingestionMode(IngestionMode ingestionMode)
The data to export, based on how you imported the data. You can choose to export BULK data that
you imported using a dataset import job, 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 BULK
data that you imported using a dataset import job, 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,
IngestionModeDatasetExportJob.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.DatasetExportJob.Builder status(String status)
The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
status - The status of the dataset export job.
A dataset export job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DatasetExportJob.Builder jobOutput(DatasetExportJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output is stored. For example:
s3://bucket-name/folder-name/
jobOutput - The path to the Amazon S3 bucket where the job's output is stored. For example:
s3://bucket-name/folder-name/
default DatasetExportJob.Builder jobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput)
The path to the Amazon S3 bucket where the job's output is stored. For example:
s3://bucket-name/folder-name/
DatasetExportJobOutput.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)DatasetExportJob.Builder creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset export job.
creationDateTime - The creation date and time (in Unix time) of the dataset export job.DatasetExportJob.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) the status of the dataset export job was last updated.
lastUpdatedDateTime - The date and time (in Unix time) the status of the dataset export job was last updated.DatasetExportJob.Builder failureReason(String failureReason)
If a dataset export job fails, provides the reason why.
failureReason - If a dataset export job fails, provides the reason why.Copyright © 2022. All rights reserved.