Interface DashboardValidationMessage.Builder

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

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

    • dataPath

      The data path related to the message.

      Parameters:
      dataPath - The data path related to the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A message describing the error or warning.

      Parameters:
      message - A message describing the error or warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.