@Generated(value="software.amazon.awssdk:codegen") public final class UpdateClusterConfigurationRequest extends KafkaRequest implements ToCopyableBuilder<UpdateClusterConfigurationRequest.Builder,UpdateClusterConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateClusterConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateClusterConfigurationRequest.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
ConfigurationInfo |
configurationInfo()
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
String |
currentVersion()
The version of the cluster that needs to be updated.
|
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 UpdateClusterConfigurationRequest.Builder> |
serializableBuilderClass() |
UpdateClusterConfigurationRequest.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 ConfigurationInfo configurationInfo()
Represents the configuration that you want MSK to use for the brokers in a cluster.
Represents the configuration that you want MSK to use for the brokers in a cluster.
public final String currentVersion()
The version of the cluster that needs to be updated.
The version of the cluster that needs to be updated.
public UpdateClusterConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateClusterConfigurationRequest.Builder,UpdateClusterConfigurationRequest>toBuilder in class KafkaRequestpublic static UpdateClusterConfigurationRequest.Builder builder()
public static Class<? extends UpdateClusterConfigurationRequest.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.