public static interface DatasetImportJobSummary.Builder extends SdkPojo, CopyableBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJobSummary.Builder |
creationTime(Instant creationTime)
When the dataset import job was created.
|
DatasetImportJobSummary.Builder |
datasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
|
DatasetImportJobSummary.Builder |
datasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
|
default DatasetImportJobSummary.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
DatasetImportJobSummary.Builder |
dataSource(DataSource dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
DatasetImportJobSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time that the dataset was modified.
|
DatasetImportJobSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
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 datasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
datasetImportJobName - The name of the dataset import job.DatasetImportJobSummary.Builder dataSource(DataSource dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.
If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.
dataSource - The location of the training data to import and an AWS Identity and Access Management (IAM) role that
Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3
bucket.
If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.
default DatasetImportJobSummary.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.
If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.
DataSource.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)DatasetImportJobSummary.Builder status(String status)
The status of the dataset import job. The status is reflected in the status of the dataset. For example, when
the import job status is CREATE_IN_PROGRESS, the status of the dataset is
UPDATE_IN_PROGRESS. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
status - The status of the dataset import job. The status is reflected in the status of the dataset. For
example, when the import job status is CREATE_IN_PROGRESS, the status of the dataset is
UPDATE_IN_PROGRESS. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
DatasetImportJobSummary.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.DatasetImportJobSummary.Builder creationTime(Instant creationTime)
When the dataset import job was created.
creationTime - When the dataset import job was created.DatasetImportJobSummary.Builder lastModificationTime(Instant lastModificationTime)
The last time that the dataset was modified. The time depends on the status of the job, as follows:
CREATE_PENDING - The same time as CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
ACTIVE or CREATE_FAILED - When the job finished or failed.
lastModificationTime - The last time that the dataset was modified. The time depends on the status of the job, as
follows:
CREATE_PENDING - The same time as CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
ACTIVE or CREATE_FAILED - When the job finished or failed.
Copyright © 2020. All rights reserved.