public static interface DatasetImportJobSummary.Builder extends SdkPojo, CopyableBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJobSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset import job was created.
|
DatasetImportJobSummary.Builder |
datasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
|
DatasetImportJobSummary.Builder |
failureReason(String failureReason)
If a dataset import job fails, the reason behind the failure.
|
DatasetImportJobSummary.Builder |
jobName(String jobName)
The name of the dataset import job.
|
DatasetImportJobSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset was last updated.
|
DatasetImportJobSummary.Builder |
status(String status)
The status of the dataset import job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetImportJobSummary.Builder datasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.DatasetImportJobSummary.Builder jobName(String jobName)
The name of the dataset import job.
jobName - The name of the dataset import job.DatasetImportJobSummary.Builder status(String status)
The status of the dataset import job.
A dataset import job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
status - The status of the dataset import job.
A dataset import job can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DatasetImportJobSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset import job was created.
creationDateTime - The date and time (in Unix time) that the dataset import job was created.DatasetImportJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the dataset was last updated.DatasetImportJobSummary.Builder failureReason(String failureReason)
If a dataset import job fails, the reason behind the failure.
failureReason - If a dataset import job fails, the reason behind the failure.Copyright © 2021. All rights reserved.