| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DataDeletionJob |
DataDeletionJob.clone() |
DataDeletionJob |
DescribeDataDeletionJobResult.getDataDeletionJob()
Information about the data deletion job, including the status.
|
DataDeletionJob |
DataDeletionJob.withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the data deletion job.
|
DataDeletionJob |
DataDeletionJob.withDataDeletionJobArn(String dataDeletionJobArn)
The Amazon Resource Name (ARN) of the data deletion job.
|
DataDeletionJob |
DataDeletionJob.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group the job deletes records from.
|
DataDeletionJob |
DataDeletionJob.withDataSource(DataSource dataSource) |
DataDeletionJob |
DataDeletionJob.withFailureReason(String failureReason)
If a data deletion job fails, provides the reason why.
|
DataDeletionJob |
DataDeletionJob.withJobName(String jobName)
The name of the data deletion job.
|
DataDeletionJob |
DataDeletionJob.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the data deletion job was last updated.
|
DataDeletionJob |
DataDeletionJob.withNumDeleted(Integer numDeleted)
The number of records deleted by a COMPLETED job.
|
DataDeletionJob |
DataDeletionJob.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
|
DataDeletionJob |
DataDeletionJob.withStatus(String status)
The status of the data deletion job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataDeletionJobResult.setDataDeletionJob(DataDeletionJob dataDeletionJob)
Information about the data deletion job, including the status.
|
DescribeDataDeletionJobResult |
DescribeDataDeletionJobResult.withDataDeletionJob(DataDeletionJob dataDeletionJob)
Information about the data deletion job, including the status.
|
Copyright © 2024. All rights reserved.