Package org.cdk8s.plus23.k8s
Class KubeConfigMapList.Builder
- java.lang.Object
-
- org.cdk8s.plus23.k8s.KubeConfigMapList.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeConfigMapList>
- Enclosing class:
- KubeConfigMapList
@Stability(Stable) public static final class KubeConfigMapList.Builder extends Object implements software.amazon.jsii.Builder<KubeConfigMapList>
A fluent builder forKubeConfigMapList
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeConfigMapList
build()
static KubeConfigMapList.Builder
create(software.constructs.Construct scope, String id)
KubeConfigMapList.Builder
items(List<? extends KubeConfigMapProps> items)
Items is the list of ConfigMaps.KubeConfigMapList.Builder
metadata(ListMeta metadata)
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeConfigMapList.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
KubeConfigMapList.Builder
.
-
items
@Stability(Stable) public KubeConfigMapList.Builder items(List<? extends KubeConfigMapProps> items)
Items is the list of ConfigMaps.- Parameters:
items
- Items is the list of ConfigMaps. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeConfigMapList.Builder metadata(ListMeta metadata)
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Parameters:
metadata
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeConfigMapList build()
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<KubeConfigMapList>
-
-