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