Package org.cdk8s.plus28.k8s
Class KubePodSchedulingContextListV1Alpha2.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.KubePodSchedulingContextListV1Alpha2.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubePodSchedulingContextListV1Alpha2>
- Enclosing class:
- KubePodSchedulingContextListV1Alpha2
@Stability(Stable) public static final class KubePodSchedulingContextListV1Alpha2.Builder extends Object implements software.amazon.jsii.Builder<KubePodSchedulingContextListV1Alpha2>
A fluent builder forKubePodSchedulingContextListV1Alpha2.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubePodSchedulingContextListV1Alpha2build()static KubePodSchedulingContextListV1Alpha2.Buildercreate(software.constructs.Construct scope, String id)KubePodSchedulingContextListV1Alpha2.Builderitems(List<? extends KubePodSchedulingContextV1Alpha2Props> items)Items is the list of PodSchedulingContext objects.KubePodSchedulingContextListV1Alpha2.Buildermetadata(ListMeta metadata)Standard list metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubePodSchedulingContextListV1Alpha2.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- the scope in which to define this object. This parameter is required.id- a scope-local name for the object. This parameter is required.- Returns:
- a new instance of
KubePodSchedulingContextListV1Alpha2.Builder.
-
items
@Stability(Stable) public KubePodSchedulingContextListV1Alpha2.Builder items(List<? extends KubePodSchedulingContextV1Alpha2Props> items)
Items is the list of PodSchedulingContext objects.- Parameters:
items- Items is the list of PodSchedulingContext objects. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubePodSchedulingContextListV1Alpha2.Builder metadata(ListMeta metadata)
Standard list metadata.- Parameters:
metadata- Standard list metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubePodSchedulingContextListV1Alpha2 build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubePodSchedulingContextListV1Alpha2>- Returns:
- a newly built instance of
KubePodSchedulingContextListV1Alpha2.
-
-