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