Uses of Class
org.cdk8s.plus20.AwsElasticBlockStoreVolumeOptions.Builder
-
-
Uses of AwsElasticBlockStoreVolumeOptions.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 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.plus20 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.
-