Class UpdateSecurityRequest

    • Method Detail

      • clientAuthentication

        public final ClientAuthentication clientAuthentication()

        Includes all client authentication related information.

        Returns:

        Includes all client authentication related information.

      • clusterArn

        public final String clusterArn()

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Returns:

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      • currentVersion

        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.

        Returns:

        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.

      • encryptionInfo

        public final EncryptionInfo encryptionInfo()

        Includes all encryption-related information.

        Returns:

        Includes all encryption-related information.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object