@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBrokerTypeRequest extends KafkaRequest implements ToCopyableBuilder<UpdateBrokerTypeRequest.Builder,UpdateBrokerTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBrokerTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBrokerTypeRequest.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
currentVersion()
The cluster version that you want to change.
|
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 UpdateBrokerTypeRequest.Builder> |
serializableBuilderClass() |
String |
targetInstanceType()
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
|
UpdateBrokerTypeRequest.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 cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
public final String targetInstanceType()
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
public UpdateBrokerTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBrokerTypeRequest.Builder,UpdateBrokerTypeRequest>toBuilder in class KafkaRequestpublic static UpdateBrokerTypeRequest.Builder builder()
public static Class<? extends UpdateBrokerTypeRequest.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.