Uses of Class
org.cdk8s.plus25.k8s.KubeVolumeAttachmentListProps.Builder
-
Packages that use KubeVolumeAttachmentListProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeVolumeAttachmentListProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeVolumeAttachmentListProps.Builder Modifier and Type Method Description static KubeVolumeAttachmentListProps.BuilderKubeVolumeAttachmentListProps. builder()KubeVolumeAttachmentListProps.BuilderKubeVolumeAttachmentListProps.Builder. items(List<? extends KubeVolumeAttachmentProps> items)Sets the value ofKubeVolumeAttachmentListProps.getItems()KubeVolumeAttachmentListProps.BuilderKubeVolumeAttachmentListProps.Builder. metadata(ListMeta metadata)Sets the value ofKubeVolumeAttachmentListProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeVolumeAttachmentListProps.Builder Constructor Description Jsii$Proxy(KubeVolumeAttachmentListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeVolumeAttachmentListProps.Builder.
-