Package org.cdk8s.plus25.k8s
Interface PriorityLevelConfigurationReferenceV1Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PriorityLevelConfigurationReferenceV1Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.779Z") @Stability(Stable) public interface PriorityLevelConfigurationReferenceV1Beta2 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 classPriorityLevelConfigurationReferenceV1Beta2.BuilderA builder forPriorityLevelConfigurationReferenceV1Beta2static classPriorityLevelConfigurationReferenceV1Beta2.Jsii$ProxyAn implementation forPriorityLevelConfigurationReferenceV1Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PriorityLevelConfigurationReferenceV1Beta2.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 PriorityLevelConfigurationReferenceV1Beta2.Builder builder()
-
-