Interface AssetBundleExportJobReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssetBundleExportJobReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:37.452Z")
@Stability(Stable)
public interface AssetBundleExportJobReference
extends software.amazon.jsii.JsiiSerializable
A reference to a AssetBundleExportJob 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.quicksight.*;
AssetBundleExportJobReference assetBundleExportJobReference = AssetBundleExportJobReference.builder()
.assetBundleExportJobArn("assetBundleExportJobArn")
.assetBundleExportJobId("assetBundleExportJobId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAssetBundleExportJobReferencestatic final classAn implementation forAssetBundleExportJobReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the AssetBundleExportJob resource.The AssetBundleExportJobId of the AssetBundleExportJob resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetBundleExportJobArn
The ARN of the AssetBundleExportJob resource. -
getAssetBundleExportJobId
The AssetBundleExportJobId of the AssetBundleExportJob resource. -
builder
-