@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBrokerCountRequest extends KafkaRequest implements ToCopyableBuilder<UpdateBrokerCountRequest.Builder,UpdateBrokerCountRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBrokerCountRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBrokerCountRequest.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
currentVersion()
The version of cluster to update from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBrokerCountRequest.Builder> |
serializableBuilderClass() |
Integer |
targetNumberOfBrokerNodes()
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
UpdateBrokerCountRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public final String currentVersion()
The version of cluster to update from. A successful operation will then generate a new version.
The version of cluster to update from. A successful operation will then generate a new version.
public final Integer targetNumberOfBrokerNodes()
The number of broker nodes that you want the cluster to have after this operation completes successfully.
The number of broker nodes that you want the cluster to have after this operation completes successfully.
public UpdateBrokerCountRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBrokerCountRequest.Builder,UpdateBrokerCountRequest>toBuilder in class KafkaRequestpublic static UpdateBrokerCountRequest.Builder builder()
public static Class<? extends UpdateBrokerCountRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.