@Stability(value=Experimental) public static final class EbsStorageInfo.Builder extends Object implements software.amazon.jsii.Builder<EbsStorageInfo>
EbsStorageInfo| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EbsStorageInfo |
build()
Builds the configured instance.
|
EbsStorageInfo.Builder |
encryptionKey(IKey encryptionKey)
Sets the value of
EbsStorageInfo.getEncryptionKey() |
EbsStorageInfo.Builder |
volumeSize(Number volumeSize)
Sets the value of
EbsStorageInfo.getVolumeSize() |
@Stability(value=Experimental) public EbsStorageInfo.Builder encryptionKey(IKey encryptionKey)
EbsStorageInfo.getEncryptionKey()encryptionKey - The AWS KMS key for encrypting data at rest.this@Stability(value=Experimental) public EbsStorageInfo.Builder volumeSize(Number volumeSize)
EbsStorageInfo.getVolumeSize()volumeSize - The size in GiB of the EBS volume for the data drive on each broker node.this@Stability(value=Experimental) public EbsStorageInfo build()
build in interface software.amazon.jsii.Builder<EbsStorageInfo>EbsStorageInfoNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.