Uses of Class
org.cdk8s.plus25.k8s.AwsElasticBlockStoreVolumeSource.Builder
-
Packages that use AwsElasticBlockStoreVolumeSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of AwsElasticBlockStoreVolumeSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return AwsElasticBlockStoreVolumeSource.Builder Modifier and Type Method Description static AwsElasticBlockStoreVolumeSource.BuilderAwsElasticBlockStoreVolumeSource. builder()AwsElasticBlockStoreVolumeSource.BuilderAwsElasticBlockStoreVolumeSource.Builder. fsType(String fsType)Sets the value ofAwsElasticBlockStoreVolumeSource.getFsType()AwsElasticBlockStoreVolumeSource.BuilderAwsElasticBlockStoreVolumeSource.Builder. partition(Number partition)Sets the value ofAwsElasticBlockStoreVolumeSource.getPartition()AwsElasticBlockStoreVolumeSource.BuilderAwsElasticBlockStoreVolumeSource.Builder. readOnly(Boolean readOnly)Sets the value ofAwsElasticBlockStoreVolumeSource.getReadOnly()AwsElasticBlockStoreVolumeSource.BuilderAwsElasticBlockStoreVolumeSource.Builder. volumeId(String volumeId)Sets the value ofAwsElasticBlockStoreVolumeSource.getVolumeId()Constructors in org.cdk8s.plus25.k8s with parameters of type AwsElasticBlockStoreVolumeSource.Builder Constructor Description Jsii$Proxy(AwsElasticBlockStoreVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsElasticBlockStoreVolumeSource.Builder.
-