| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerEBSVolumeInfo |
BrokerEBSVolumeInfo.clone() |
BrokerEBSVolumeInfo |
BrokerEBSVolumeInfo.withKafkaBrokerNodeId(String kafkaBrokerNodeId)
The ID of the broker to update.
|
BrokerEBSVolumeInfo |
BrokerEBSVolumeInfo.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
EBS volume provisioned throughput information.
|
BrokerEBSVolumeInfo |
BrokerEBSVolumeInfo.withVolumeSizeGB(Integer volumeSizeGB)
Size of the EBS volume to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrokerEBSVolumeInfo> |
MutableClusterInfo.getBrokerEBSVolumeInfo()
Specifies the size of the EBS volume and the ID of the associated broker.
|
List<BrokerEBSVolumeInfo> |
UpdateBrokerStorageRequest.getTargetBrokerEBSVolumeInfo()
Describes the target volume size and the ID of the broker to apply the update to.
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo |
MutableClusterInfo.withBrokerEBSVolumeInfo(BrokerEBSVolumeInfo... brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.withTargetBrokerEBSVolumeInfo(BrokerEBSVolumeInfo... targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableClusterInfo.setBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
void |
UpdateBrokerStorageRequest.setTargetBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
MutableClusterInfo |
MutableClusterInfo.withBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.withTargetBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
Copyright © 2022. All rights reserved.