Interface LimitReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LimitReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.636Z")
@Stability(Stable)
public interface LimitReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Limit 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.deadline.*;
LimitReference limitReference = LimitReference.builder()
.farmId("farmId")
.limitId("limitId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forLimitReferencestatic final classAn implementation forLimitReference -
Method Summary
Modifier and TypeMethodDescriptionstatic LimitReference.Builderbuilder()The FarmId of the Limit resource.The LimitId of the Limit resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFarmId
The FarmId of the Limit resource. -
getLimitId
The LimitId of the Limit resource. -
builder
- Returns:
- a
LimitReference.BuilderofLimitReference
-