@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSStorageInfo extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the EBS storage volumes attached to Kafka broker nodes.
| Constructor and Description |
|---|
EBSStorageInfo() |
| Modifier and Type | Method and Description |
|---|---|
EBSStorageInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getVolumeSize()
The size in GiB of the EBS volume for the data drive on each broker node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
|
String |
toString()
Returns a string representation of this object.
|
EBSStorageInfo |
withVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
|
public void setVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
volumeSize - The size in GiB of the EBS volume for the data drive on each broker node.public Integer getVolumeSize()
The size in GiB of the EBS volume for the data drive on each broker node.
public EBSStorageInfo withVolumeSize(Integer volumeSize)
The size in GiB of the EBS volume for the data drive on each broker node.
volumeSize - The size in GiB of the EBS volume for the data drive on each broker node.public String toString()
toString in class ObjectObject.toString()public EBSStorageInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.