Package org.cdk8s.plus24.k8s
Class PriorityLevelConfigurationReferenceV1Beta2.Builder
- java.lang.Object
-
- org.cdk8s.plus24.k8s.PriorityLevelConfigurationReferenceV1Beta2.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PriorityLevelConfigurationReferenceV1Beta2>
- Enclosing interface:
- PriorityLevelConfigurationReferenceV1Beta2
@Stability(Stable) public static final class PriorityLevelConfigurationReferenceV1Beta2.Builder extends Object implements software.amazon.jsii.Builder<PriorityLevelConfigurationReferenceV1Beta2>
A builder forPriorityLevelConfigurationReferenceV1Beta2
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriorityLevelConfigurationReferenceV1Beta2
build()
Builds the configured instance.PriorityLevelConfigurationReferenceV1Beta2.Builder
name(String name)
Sets the value ofPriorityLevelConfigurationReferenceV1Beta2.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public PriorityLevelConfigurationReferenceV1Beta2.Builder name(String name)
Sets the value ofPriorityLevelConfigurationReferenceV1Beta2.getName()
- Parameters:
name
- `name` is the name of the priority level configuration being referenced Required. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public PriorityLevelConfigurationReferenceV1Beta2 build()
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<PriorityLevelConfigurationReferenceV1Beta2>
- Returns:
- a new instance of
PriorityLevelConfigurationReferenceV1Beta2
- Throws:
NullPointerException
- if any required attribute was not provided
-
-