Interface Warning.Builder

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

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

    • message

      Warning.Builder message(String message)

      The message that explains the problem with the query.

      Parameters:
      message - The message that explains the problem with the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      Warning.Builder code(String code)

      The code used to show the type of warning for the query.

      Parameters:
      code - The code used to show the type of warning for the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The code used to show the type of warning for the query.

      Parameters:
      code - The code used to show the type of warning for the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: