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