Interface AssetBundleImportJobReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssetBundleImportJobReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:37.453Z")
@Stability(Stable)
public interface AssetBundleImportJobReference
extends software.amazon.jsii.JsiiSerializable
A reference to a AssetBundleImportJob 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.*;
AssetBundleImportJobReference assetBundleImportJobReference = AssetBundleImportJobReference.builder()
.assetBundleImportJobArn("assetBundleImportJobArn")
.assetBundleImportJobId("assetBundleImportJobId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAssetBundleImportJobReferencestatic final classAn implementation forAssetBundleImportJobReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the AssetBundleImportJob resource.The AssetBundleImportJobId of the AssetBundleImportJob resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetBundleImportJobArn
The ARN of the AssetBundleImportJob resource. -
getAssetBundleImportJobId
The AssetBundleImportJobId of the AssetBundleImportJob resource. -
builder
-