Package org.cdk8s.plus25.k8s
Interface PriorityLevelConfigurationReferenceV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PriorityLevelConfigurationReferenceV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.779Z") @Stability(Stable) public interface PriorityLevelConfigurationReferenceV1Beta1 extends software.amazon.jsii.JsiiSerializable
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPriorityLevelConfigurationReferenceV1Beta1.BuilderA builder forPriorityLevelConfigurationReferenceV1Beta1static classPriorityLevelConfigurationReferenceV1Beta1.Jsii$ProxyAn implementation forPriorityLevelConfigurationReferenceV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PriorityLevelConfigurationReferenceV1Beta1.Builderbuilder()StringgetName()nameis the name of the priority level configuration being referenced Required.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
nameis the name of the priority level configuration being referenced Required.
-
builder
@Stability(Stable) static PriorityLevelConfigurationReferenceV1Beta1.Builder builder()
-
-