public static interface ProvisionedThroughput.Builder extends SdkPojo, CopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>
| Modifier and Type | Method and Description |
|---|---|
ProvisionedThroughput.Builder |
enabled(Boolean enabled)
Provisioned throughput is enabled or not.
|
ProvisionedThroughput.Builder |
volumeThroughput(Integer volumeThroughput)
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionedThroughput.Builder enabled(Boolean enabled)
Provisioned throughput is enabled or not.
enabled - Provisioned throughput is enabled or not.
ProvisionedThroughput.Builder volumeThroughput(Integer volumeThroughput)
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
volumeThroughput - Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
Copyright © 2023. All rights reserved.