public static interface CfnCluster.StorageInfoProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.msk.*; StorageInfoProperty storageInfoProperty = StorageInfoProperty.builder() .ebsStorageInfo(EBSStorageInfoProperty.builder() .provisionedThroughput(ProvisionedThroughputProperty.builder() .enabled(false) .volumeThroughput(123) .build()) .volumeSize(123) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.StorageInfoProperty.Builder
A builder for
CfnCluster.StorageInfoProperty |
static class |
CfnCluster.StorageInfoProperty.Jsii$Proxy
An implementation for
CfnCluster.StorageInfoProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.StorageInfoProperty.Builder |
builder() |
default java.lang.Object |
getEbsStorageInfo()
EBS volume information.
|
default java.lang.Object getEbsStorageInfo()
static CfnCluster.StorageInfoProperty.Builder builder()