Interface DataDeletionJobReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataDeletionJobReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-24T11:46:57.427Z")
@Stability(Stable)
public interface DataDeletionJobReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DataDeletionJob resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.personalize.*;
DataDeletionJobReference dataDeletionJobReference = DataDeletionJobReference.builder()
.dataDeletionJobArn("dataDeletionJobArn")
.dataDeletionJobId("dataDeletionJobId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDataDeletionJobReferencestatic final classAn implementation forDataDeletionJobReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the DataDeletionJob resource.The Id of the DataDeletionJob resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataDeletionJobArn
The ARN of the DataDeletionJob resource. -
getDataDeletionJobId
The Id of the DataDeletionJob resource. -
builder
- Returns:
- a
DataDeletionJobReference.BuilderofDataDeletionJobReference
-