Class PublishSchemaRequest

    • Method Detail

      • developmentSchemaArn

        public final String developmentSchemaArn()

        The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

        Returns:
        The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
      • version

        public final String version()

        The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

        Returns:
        The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
      • minorVersion

        public final String minorVersion()

        The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

        Returns:
        The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
      • name

        public final String name()

        The new name under which the schema will be published. If this is not provided, the development schema is considered.

        Returns:
        The new name under which the schema will be published. If this is not provided, the development schema is considered.
      • 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