public static interface DatasetExportJobSummary.Builder extends SdkPojo, CopyableBuilder<DatasetExportJobSummary.Builder,DatasetExportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetExportJobSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
|
DatasetExportJobSummary.Builder |
datasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job.
|
DatasetExportJobSummary.Builder |
failureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
|
DatasetExportJobSummary.Builder |
jobName(String jobName)
The name of the dataset export job.
|
DatasetExportJobSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
|
DatasetExportJobSummary.Builder |
status(String status)
The status of the dataset export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetExportJobSummary.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.DatasetExportJobSummary.Builder jobName(String jobName)
The name of the dataset export job.
jobName - The name of the dataset export job.DatasetExportJobSummary.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
DatasetExportJobSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset export job was created.
creationDateTime - The date and time (in Unix time) that the dataset export job was created.DatasetExportJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset export job status was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the dataset export job status was last updated.DatasetExportJobSummary.Builder failureReason(String failureReason)
If a dataset export job fails, the reason behind the failure.
failureReason - If a dataset export job fails, the reason behind the failure.Copyright © 2023. All rights reserved.