Class UpdateBrokerTypeRequest

    • Method Detail

      • 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 cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.

        Returns:

        The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.

      • targetInstanceType

        public final String targetInstanceType()

        The Amazon MSK broker type that you want all of the brokers in this cluster to be.

        Returns:

        The Amazon MSK broker type that you want all of the brokers in this cluster to be.

      • 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