Uses of Class
org.cdk8s.plus25.AwsElasticBlockStoreVolumeOptions.Builder
-
Packages that use AwsElasticBlockStoreVolumeOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of AwsElasticBlockStoreVolumeOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return AwsElasticBlockStoreVolumeOptions.Builder Modifier and Type Method Description static AwsElasticBlockStoreVolumeOptions.BuilderAwsElasticBlockStoreVolumeOptions. builder()AwsElasticBlockStoreVolumeOptions.BuilderAwsElasticBlockStoreVolumeOptions.Builder. fsType(String fsType)Sets the value ofAwsElasticBlockStoreVolumeOptions.getFsType()AwsElasticBlockStoreVolumeOptions.BuilderAwsElasticBlockStoreVolumeOptions.Builder. name(String name)Sets the value ofAwsElasticBlockStoreVolumeOptions.getName()AwsElasticBlockStoreVolumeOptions.BuilderAwsElasticBlockStoreVolumeOptions.Builder. partition(Number partition)Sets the value ofAwsElasticBlockStoreVolumeOptions.getPartition()AwsElasticBlockStoreVolumeOptions.BuilderAwsElasticBlockStoreVolumeOptions.Builder. readOnly(Boolean readOnly)Sets the value ofAwsElasticBlockStoreVolumeOptions.getReadOnly()Constructors in org.cdk8s.plus25 with parameters of type AwsElasticBlockStoreVolumeOptions.Builder Constructor Description Jsii$Proxy(AwsElasticBlockStoreVolumeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsElasticBlockStoreVolumeOptions.Builder.
-