Package org.cdk8s.plus24.k8s
Interface PriorityLevelConfigurationReferenceV1Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PriorityLevelConfigurationReferenceV1Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.807Z") @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()`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 PriorityLevelConfigurationReferenceV1Beta2.Builder builder()
-
-