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 interfaceBrokerEBSVolumeInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrokerEBSVolumeInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkafkaBrokerNodeId()The ID of the broker to update.ProvisionedThroughputprovisionedThroughput()EBS volume provisioned throughput information.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BrokerEBSVolumeInfo.Builder>serializableBuilderClass()BrokerEBSVolumeInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegervolumeSizeGB()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-