public static interface EBSStorageInfo.Builder extends SdkPojo, CopyableBuilder<EBSStorageInfo.Builder,EBSStorageInfo>
| Modifier and Type | Method and Description |
|---|---|
default EBSStorageInfo.Builder |
provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)
EBS volume provisioned throughput information.
|
EBSStorageInfo.Builder |
provisionedThroughput(ProvisionedThroughput provisionedThroughput)
EBS volume provisioned throughput information.
|
EBSStorageInfo.Builder |
volumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEBSStorageInfo.Builder provisionedThroughput(ProvisionedThroughput provisionedThroughput)
EBS volume provisioned throughput information.
provisionedThroughput - EBS volume provisioned throughput information.
default EBSStorageInfo.Builder provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)
EBS volume provisioned throughput information.
This is a convenience method that creates an instance of theProvisionedThroughput.Builder avoiding
the need to create one manually via ProvisionedThroughput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to provisionedThroughput(ProvisionedThroughput).
provisionedThroughput - a consumer that will call methods on ProvisionedThroughput.BuilderprovisionedThroughput(ProvisionedThroughput)EBSStorageInfo.Builder volumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
volumeSize - The size in GiB of the EBS volume for the data drive on each broker node.
Copyright © 2023. All rights reserved.