Class UpdateSchemaRequest

    • Method Detail

      • schemaId

        public final SchemaId schemaId()

        This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

        • SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be provided.

        Returns:
        This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

        • SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be provided.

      • schemaVersionNumber

        public final SchemaVersionNumber schemaVersionNumber()

        Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.

        Returns:
        Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.
      • compatibilityAsString

        public final String compatibilityAsString()

        The new compatibility setting for the schema.

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

        Returns:
        The new compatibility setting for the schema.
        See Also:
        Compatibility
      • description

        public final String description()

        The new description for the schema.

        Returns:
        The new description for the schema.
      • 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