Class UpdateConnectivityRequest

    • Method Detail

      • clusterArn

        public final String clusterArn()

        The Amazon Resource Name (ARN) of the configuration.

        Returns:

        The Amazon Resource Name (ARN) of the configuration.

      • connectivityInfo

        public final ConnectivityInfo connectivityInfo()

        Information about the broker access configuration.

        Returns:

        Information about the broker access configuration.

      • 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.

      • 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