@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.
|
String |
configurationRevision()
The revision of the configuration to use.
|
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String configurationArn()
The Amazon Resource Name (ARN) of the configuration used for the cluster.
public String configurationRevision()
The revision of the configuration to use.
public String kafkaVersion()
The version of Apache Kafka.
public BrokerSoftwareInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
public static BrokerSoftwareInfo.Builder builder()
public static Class<? extends BrokerSoftwareInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.