Class UpgradeAppliedSchemaRequest

    • Method Detail

      • publishedSchemaArn

        public final String publishedSchemaArn()

        The revision of the published schema to upgrade the directory to.

        Returns:
        The revision of the published schema to upgrade the directory to.
      • directoryArn

        public final String directoryArn()

        The ARN for the directory to which the upgraded schema will be applied.

        Returns:
        The ARN for the directory to which the upgraded schema will be applied.
      • dryRun

        public final Boolean dryRun()

        Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

        Returns:
        Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.
      • 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