Class UpgradePublishedSchemaRequest

    • Method Detail

      • developmentSchemaArn

        public final String developmentSchemaArn()

        The ARN of the development schema with the changes used for the upgrade.

        Returns:
        The ARN of the development schema with the changes used for the upgrade.
      • publishedSchemaArn

        public final String publishedSchemaArn()

        The ARN of the published schema to be upgraded.

        Returns:
        The ARN of the published schema to be upgraded.
      • minorVersion

        public final String minorVersion()

        Identifies the minor version of the published schema that will be created. This parameter is NOT optional.

        Returns:
        Identifies the minor version of the published schema that will be created. This parameter is NOT optional.
      • dryRun

        public final Boolean dryRun()

        Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.

        Returns:
        Used for testing whether the Development schema provided is backwards compatible, or not, with the publish schema provided by the user to be upgraded. If schema compatibility fails, an exception would be thrown else the call would succeed. This parameter is optional and defaults to false.
      • 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