Interface ValidationStrategy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ValidationStrategy.Builder,ValidationStrategy>, SdkBuilder<ValidationStrategy.Builder,ValidationStrategy>, SdkPojo
Enclosing class:
ValidationStrategy

public static interface ValidationStrategy.Builder extends SdkPojo, CopyableBuilder<ValidationStrategy.Builder,ValidationStrategy>
  • Method Details

    • mode

      The mode of validation for the asset to be created or updated. When you set this value to STRICT , strict validation for every error is enforced. When you set this value to LENIENT, validation is skipped for specific UI errors.

      Parameters:
      mode - The mode of validation for the asset to be created or updated. When you set this value to STRICT, strict validation for every error is enforced. When you set this value to LENIENT, validation is skipped for specific UI errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      The mode of validation for the asset to be created or updated. When you set this value to STRICT , strict validation for every error is enforced. When you set this value to LENIENT, validation is skipped for specific UI errors.

      Parameters:
      mode - The mode of validation for the asset to be created or updated. When you set this value to STRICT, strict validation for every error is enforced. When you set this value to LENIENT, validation is skipped for specific UI errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: