Class UpdateSchemaRequest

    • Method Detail

      • clientTokenId

        public final String clientTokenId()

        The ID of the client token.

        Returns:
        The ID of the client token.
      • content

        public final String content()

        The source of the schema definition.

        Returns:
        The source of the schema definition.
      • description

        public final String description()

        The description of the schema.

        Returns:
        The description of the schema.
      • registryName

        public final String registryName()

        The name of the registry.

        Returns:
        The name of the registry.
      • schemaName

        public final String schemaName()

        The name of the schema.

        Returns:
        The name of the schema.
      • type

        public final Type type()

        The schema type for the events schema.

        If the service returns an enum value that is not available in the current SDK version, type will return Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The schema type for the events schema.
        See Also:
        Type
      • typeAsString

        public final String typeAsString()

        The schema type for the events schema.

        If the service returns an enum value that is not available in the current SDK version, type will return Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The schema type for the events schema.
        See Also:
        Type
      • 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