Package org.cdk8s.plus24.k8s
Interface PriorityLevelConfigurationReferenceV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PriorityLevelConfigurationReferenceV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.806Z") @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()`name` is the name of the priority level configuration being referenced Required.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
`name` is the name of the priority level configuration being referenced Required.
-
builder
@Stability(Stable) static PriorityLevelConfigurationReferenceV1Beta1.Builder builder()
-
-