Interface QuotaShareReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuotaShareReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:12:09.903Z")
@Stability(Stable)
public interface QuotaShareReference
extends software.amazon.jsii.JsiiSerializable
A reference to a QuotaShare 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.batch.*;
QuotaShareReference quotaShareReference = QuotaShareReference.builder()
.quotaShareArn("quotaShareArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forQuotaShareReferencestatic final classAn implementation forQuotaShareReference -
Method Summary
Modifier and TypeMethodDescriptionstatic QuotaShareReference.Builderbuilder()The QuotaShareArn of the QuotaShare resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
QuotaShareReference.BuilderofQuotaShareReference