Class BrokerEBSVolumeInfo
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.BrokerEBSVolumeInfo
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<BrokerEBSVolumeInfo.Builder,BrokerEBSVolumeInfo>
@Generated("software.amazon.awssdk:codegen") public final class BrokerEBSVolumeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BrokerEBSVolumeInfo.Builder,BrokerEBSVolumeInfo>
Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BrokerEBSVolumeInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrokerEBSVolumeInfo.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
kafkaBrokerNodeId()
The ID of the broker to update.ProvisionedThroughput
provisionedThroughput()
EBS volume provisioned throughput information.List<SdkField<?>>
sdkFields()
static Class<? extends BrokerEBSVolumeInfo.Builder>
serializableBuilderClass()
BrokerEBSVolumeInfo.Builder
toBuilder()
String
toString()
Returns a string representation of this object.Integer
volumeSizeGB()
Size of the EBS volume to update.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kafkaBrokerNodeId
public final String kafkaBrokerNodeId()
The ID of the broker to update.
- Returns:
The ID of the broker to update.
-
provisionedThroughput
public final ProvisionedThroughput provisionedThroughput()
EBS volume provisioned throughput information.
- Returns:
EBS volume provisioned throughput information.
-
volumeSizeGB
public final Integer volumeSizeGB()
Size of the EBS volume to update.
- Returns:
Size of the EBS volume to update.
-
toBuilder
public BrokerEBSVolumeInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<BrokerEBSVolumeInfo.Builder,BrokerEBSVolumeInfo>
-
builder
public static BrokerEBSVolumeInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends BrokerEBSVolumeInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-