Class BrokerSoftwareInfo
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.BrokerSoftwareInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
@Generated("software.amazon.awssdk:codegen") public final class BrokerSoftwareInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
Information about the current software installed on the cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBrokerSoftwareInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrokerSoftwareInfo.Builderbuilder()StringconfigurationArn()The Amazon Resource Name (ARN) of the configuration used for the cluster.LongconfigurationRevision()The revision of the configuration to use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkafkaVersion()The version of Apache Kafka.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BrokerSoftwareInfo.Builder>serializableBuilderClass()BrokerSoftwareInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
configurationArn
public final String configurationArn()
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
- Returns:
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
-
configurationRevision
public final Long configurationRevision()
The revision of the configuration to use. This field isn't visible in this preview release.
- Returns:
The revision of the configuration to use. This field isn't visible in this preview release.
-
kafkaVersion
public final String kafkaVersion()
The version of Apache Kafka.
- Returns:
The version of Apache Kafka.
-
toBuilder
public BrokerSoftwareInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
-
builder
public static BrokerSoftwareInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends BrokerSoftwareInfo.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
-
-