Class DataDeletionJob
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataDeletionJob.Builder,DataDeletionJob>
Describes a job that deletes all references to specific users from an Amazon Personalize dataset group in batches. For information about creating a data deletion job, see Deleting users.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DataDeletionJob.Builderbuilder()final InstantThe creation date and time (in Unix time) of the data deletion job.final StringThe Amazon Resource Name (ARN) of the data deletion job.final StringThe Amazon Resource Name (ARN) of the dataset group the job deletes records from.final DataSourceReturns the value of the DataSource property for this object.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringIf a data deletion job fails, provides the reason why.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringjobName()The name of the data deletion job.final InstantThe date and time (in Unix time) the data deletion job was last updated.final IntegerThe number of records deleted by a COMPLETED job.final StringroleArn()The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.static Class<? extends DataDeletionJob.Builder> final Stringstatus()The status of the data deletion job.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobName
The name of the data deletion job.
- Returns:
- The name of the data deletion job.
-
dataDeletionJobArn
The Amazon Resource Name (ARN) of the data deletion job.
- Returns:
- The Amazon Resource Name (ARN) of the data deletion job.
-
datasetGroupArn
The Amazon Resource Name (ARN) of the dataset group the job deletes records from.
- Returns:
- The Amazon Resource Name (ARN) of the dataset group the job deletes records from.
-
dataSource
Returns the value of the DataSource property for this object.- Returns:
- The value of the DataSource property for this object.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
-
status
The status of the data deletion job.
A data deletion job can have one of the following statuses:
-
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
- Returns:
- The status of the data deletion job.
A data deletion job can have one of the following statuses:
-
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
-
-
-
numDeleted
The number of records deleted by a COMPLETED job.
- Returns:
- The number of records deleted by a COMPLETED job.
-
creationDateTime
The creation date and time (in Unix time) of the data deletion job.
- Returns:
- The creation date and time (in Unix time) of the data deletion job.
-
lastUpdatedDateTime
The date and time (in Unix time) the data deletion job was last updated.
- Returns:
- The date and time (in Unix time) the data deletion job was last updated.
-
failureReason
If a data deletion job fails, provides the reason why.
- Returns:
- If a data deletion job fails, provides the reason why.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DataDeletionJob.Builder,DataDeletionJob> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-