@Generated(value="software.amazon.awssdk:codegen") public final class EBSStorageInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EBSStorageInfo.Builder,EBSStorageInfo>
Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EBSStorageInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EBSStorageInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProvisionedThroughput |
provisionedThroughput()
EBS volume provisioned throughput information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EBSStorageInfo.Builder> |
serializableBuilderClass() |
EBSStorageInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
volumeSize()
The size in GiB of the EBS volume for the data drive on each broker node.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProvisionedThroughput provisionedThroughput()
EBS volume provisioned throughput information.
EBS volume provisioned throughput information.
public final Integer volumeSize()
The size in GiB of the EBS volume for the data drive on each broker node.
The size in GiB of the EBS volume for the data drive on each broker node.
public EBSStorageInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EBSStorageInfo.Builder,EBSStorageInfo>public static EBSStorageInfo.Builder builder()
public static Class<? extends EBSStorageInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.