@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSecurityRequest extends KafkaRequest implements ToCopyableBuilder<UpdateSecurityRequest.Builder,UpdateSecurityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSecurityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSecurityRequest.Builder |
builder() |
ClientAuthentication |
clientAuthentication()
Includes all client authentication related information.
|
String |
clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
currentVersion()
The version of the MSK cluster to update.
|
EncryptionInfo |
encryptionInfo()
Includes all encryption-related information.
|
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 UpdateSecurityRequest.Builder> |
serializableBuilderClass() |
UpdateSecurityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClientAuthentication clientAuthentication()
Includes all client authentication related information.
Includes all client authentication related information.
public 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 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 final EncryptionInfo encryptionInfo()
Includes all encryption-related information.
Includes all encryption-related information.
public UpdateSecurityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSecurityRequest.Builder,UpdateSecurityRequest>toBuilder in class KafkaRequestpublic static UpdateSecurityRequest.Builder builder()
public static Class<? extends UpdateSecurityRequest.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.