@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConnectivityRequest extends KafkaRequest implements ToCopyableBuilder<UpdateConnectivityRequest.Builder,UpdateConnectivityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConnectivityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConnectivityRequest.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name (ARN) of the configuration.
|
ConnectivityInfo |
connectivityInfo()
Information about the broker access configuration.
|
String |
currentVersion()
The version of the MSK cluster to update.
|
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 UpdateConnectivityRequest.Builder> |
serializableBuilderClass() |
UpdateConnectivityRequest.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) of the configuration.
The Amazon Resource Name (ARN) of the configuration.
public final ConnectivityInfo connectivityInfo()
Information about the broker access configuration.
Information about the broker access configuration.
public final String currentVersion()
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
public UpdateConnectivityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConnectivityRequest.Builder,UpdateConnectivityRequest>toBuilder in class KafkaRequestpublic static UpdateConnectivityRequest.Builder builder()
public static Class<? extends UpdateConnectivityRequest.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.