@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionedThroughput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ProvisionedThroughput() |
| Modifier and Type | Method and Description |
|---|---|
ProvisionedThroughput |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Provisioned throughput is enabled or not.
|
Integer |
getVolumeThroughput()
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
|
int |
hashCode() |
Boolean |
isEnabled()
Provisioned throughput is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
Provisioned throughput is enabled or not.
|
void |
setVolumeThroughput(Integer volumeThroughput)
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionedThroughput |
withEnabled(Boolean enabled)
Provisioned throughput is enabled or not.
|
ProvisionedThroughput |
withVolumeThroughput(Integer volumeThroughput)
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
|
public void setEnabled(Boolean enabled)
enabled - Provisioned throughput is enabled or not.public Boolean getEnabled()
public ProvisionedThroughput withEnabled(Boolean enabled)
enabled - Provisioned throughput is enabled or not.public Boolean isEnabled()
public void setVolumeThroughput(Integer volumeThroughput)
volumeThroughput - Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.public Integer getVolumeThroughput()
public ProvisionedThroughput withVolumeThroughput(Integer volumeThroughput)
volumeThroughput - Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.public String toString()
toString in class ObjectObject.toString()public ProvisionedThroughput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.