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 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 Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the data.
|
DatasetImportJobSummary.Builder |
importMode(ImportMode importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
|
DatasetImportJobSummary.Builder |
importMode(String importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
|
DatasetImportJobSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource 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 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 Key Management Service (KMS) key.
dataSource - The location of the training data to import and an 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 Key Management Service (KMS) key.
default DatasetImportJobSummary.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The location of the training data to import and an 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 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. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
CREATE_STOPPING, CREATE_STOPPED
status - The status of the dataset import job. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
CREATE_STOPPING, CREATE_STOPPED
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 the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
DatasetImportJobSummary.Builder importMode(String importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
importMode - The import mode of the dataset import job, FULL or INCREMENTAL.ImportMode,
ImportModeDatasetImportJobSummary.Builder importMode(ImportMode importMode)
The import mode of the dataset import job, FULL or INCREMENTAL.
importMode - The import mode of the dataset import job, FULL or INCREMENTAL.ImportMode,
ImportModeCopyright © 2023. All rights reserved.