public static interface BrokerEBSVolumeInfo.Builder extends SdkPojo, CopyableBuilder<BrokerEBSVolumeInfo.Builder,BrokerEBSVolumeInfo>
| Modifier and Type | Method and Description |
|---|---|
BrokerEBSVolumeInfo.Builder |
kafkaBrokerNodeId(String kafkaBrokerNodeId)
The ID of the broker to update.
|
default BrokerEBSVolumeInfo.Builder |
provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)
EBS volume provisioned throughput information.
|
BrokerEBSVolumeInfo.Builder |
provisionedThroughput(ProvisionedThroughput provisionedThroughput)
EBS volume provisioned throughput information.
|
BrokerEBSVolumeInfo.Builder |
volumeSizeGB(Integer volumeSizeGB)
Size of the EBS volume to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBrokerEBSVolumeInfo.Builder kafkaBrokerNodeId(String kafkaBrokerNodeId)
The ID of the broker to update.
kafkaBrokerNodeId - The ID of the broker to update.
BrokerEBSVolumeInfo.Builder provisionedThroughput(ProvisionedThroughput provisionedThroughput)
EBS volume provisioned throughput information.
provisionedThroughput - EBS volume provisioned throughput information.
default BrokerEBSVolumeInfo.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)BrokerEBSVolumeInfo.Builder volumeSizeGB(Integer volumeSizeGB)
Size of the EBS volume to update.
volumeSizeGB - Size of the EBS volume to update.
Copyright © 2023. All rights reserved.