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