Interface ClassificationStatus.Builder

    • Method Detail

      • code

        ClassificationStatus.Builder code​(String code)

        The code that represents the status of the sensitive data detection.

        Parameters:
        code - The code that represents the status of the sensitive data detection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        ClassificationStatus.Builder reason​(String reason)

        A longer description of the current status of the sensitive data detection.

        Parameters:
        reason - A longer description of the current status of the sensitive data detection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.