Package org.cdk8s.plus23.k8s
Class OverheadV1Beta1.Builder
- java.lang.Object
-
- org.cdk8s.plus23.k8s.OverheadV1Beta1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OverheadV1Beta1>
- Enclosing interface:
- OverheadV1Beta1
@Stability(Stable) public static final class OverheadV1Beta1.Builder extends Object implements software.amazon.jsii.Builder<OverheadV1Beta1>
A builder forOverheadV1Beta1
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverheadV1Beta1
build()
Builds the configured instance.OverheadV1Beta1.Builder
podFixed(Map<String,? extends Quantity> podFixed)
Sets the value ofOverheadV1Beta1.getPodFixed()
-
-
-
Method Detail
-
podFixed
@Stability(Stable) public OverheadV1Beta1.Builder podFixed(Map<String,? extends Quantity> podFixed)
Sets the value ofOverheadV1Beta1.getPodFixed()
- Parameters:
podFixed
- PodFixed represents the fixed resource overhead associated with running a pod.- Returns:
this
-
build
@Stability(Stable) public OverheadV1Beta1 build()
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<OverheadV1Beta1>
- Returns:
- a new instance of
OverheadV1Beta1
- Throws:
NullPointerException
- if any required attribute was not provided
-
-