Interface ValidationWarning.Builder

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

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

    • id

      The identifier of the object that contains the validation warning.

      Parameters:
      id - The identifier of the object that contains the validation warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      A description of the validation warning.

      Parameters:
      warnings - A description of the validation warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      ValidationWarning.Builder warnings(String... warnings)

      A description of the validation warning.

      Parameters:
      warnings - A description of the validation warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.