@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BrokerSoftwareInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BrokerSoftwareInfo.Builder |
builder() |
String |
configurationArn()
The Amazon Resource Name (ARN) of the configuration used for the cluster.
|
Long |
configurationRevision()
The revision of the configuration to use.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kafkaVersion()
The version of Apache Kafka.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BrokerSoftwareInfo.Builder> |
serializableBuilderClass() |
BrokerSoftwareInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationArn()
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
public final Long configurationRevision()
The revision of the configuration to use. This field isn't visible in this preview release.
The revision of the configuration to use. This field isn't visible in this preview release.
public final String kafkaVersion()
The version of Apache Kafka.
The version of Apache Kafka.
public BrokerSoftwareInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>public static BrokerSoftwareInfo.Builder builder()
public static Class<? extends BrokerSoftwareInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.