| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
List<BrokerEBSVolumeInfo> |
MutableClusterInfo.brokerEBSVolumeInfo()
Specifies the size of the EBS volume and the ID of the associated broker.
|
List<BrokerEBSVolumeInfo> |
UpdateBrokerStorageRequest.targetBrokerEBSVolumeInfo()
Describes the target volume size and the ID of the broker to apply the update to.
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.brokerEBSVolumeInfo(BrokerEBSVolumeInfo... brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
UpdateBrokerStorageRequest.Builder |
UpdateBrokerStorageRequest.Builder.targetBrokerEBSVolumeInfo(BrokerEBSVolumeInfo... targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.brokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
UpdateBrokerStorageRequest.Builder |
UpdateBrokerStorageRequest.Builder.targetBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
Copyright © 2023. All rights reserved.