Uses of Class
org.cdk8s.plus24.AwsElasticBlockStoreVolumeOptions.Builder
-
Packages that use AwsElasticBlockStoreVolumeOptions.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of AwsElasticBlockStoreVolumeOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return AwsElasticBlockStoreVolumeOptions.Builder Modifier and Type Method Description static AwsElasticBlockStoreVolumeOptions.Builder
AwsElasticBlockStoreVolumeOptions. builder()
AwsElasticBlockStoreVolumeOptions.Builder
AwsElasticBlockStoreVolumeOptions.Builder. fsType(String fsType)
Sets the value ofAwsElasticBlockStoreVolumeOptions.getFsType()
AwsElasticBlockStoreVolumeOptions.Builder
AwsElasticBlockStoreVolumeOptions.Builder. name(String name)
Sets the value ofAwsElasticBlockStoreVolumeOptions.getName()
AwsElasticBlockStoreVolumeOptions.Builder
AwsElasticBlockStoreVolumeOptions.Builder. partition(Number partition)
Sets the value ofAwsElasticBlockStoreVolumeOptions.getPartition()
AwsElasticBlockStoreVolumeOptions.Builder
AwsElasticBlockStoreVolumeOptions.Builder. readOnly(Boolean readOnly)
Sets the value ofAwsElasticBlockStoreVolumeOptions.getReadOnly()
Constructors in org.cdk8s.plus24 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
.
-