@Generated(value="software.amazon.awssdk:codegen") public final class BrokerNodeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BrokerNodeInfo.Builder,BrokerNodeInfo>
BrokerNodeInfo
Modifier and Type | Class and Description |
---|---|
static interface |
BrokerNodeInfo.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attachedENIId()
The attached elastic network interface of the broker.
|
Double |
brokerId()
The ID of the broker.
|
static BrokerNodeInfo.Builder |
builder() |
String |
clientSubnet()
The client subnet to which this broker node belongs.
|
String |
clientVpcIpAddress()
The virtual private cloud (VPC) of the client.
|
BrokerSoftwareInfo |
currentBrokerSoftwareInfo()
Information about the version of software currently deployed on the Kafka brokers in the cluster.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BrokerNodeInfo.Builder> |
serializableBuilderClass() |
BrokerNodeInfo.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 attachedENIId()
The attached elastic network interface of the broker.
public Double brokerId()
The ID of the broker.
public String clientSubnet()
The client subnet to which this broker node belongs.
public String clientVpcIpAddress()
The virtual private cloud (VPC) of the client.
public BrokerSoftwareInfo currentBrokerSoftwareInfo()
Information about the version of software currently deployed on the Kafka brokers in the cluster.
public BrokerNodeInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BrokerNodeInfo.Builder,BrokerNodeInfo>
public static BrokerNodeInfo.Builder builder()
public static Class<? extends BrokerNodeInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.