Interface ImportFindingsError.Builder

    • Method Detail

      • id

        ImportFindingsError.Builder id​(String id)

        The identifier of the finding that could not be updated.

        Parameters:
        id - The identifier of the finding that could not be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        ImportFindingsError.Builder errorCode​(String errorCode)

        The code of the error returned by the BatchImportFindings operation.

        Parameters:
        errorCode - The code of the error returned by the BatchImportFindings operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        ImportFindingsError.Builder errorMessage​(String errorMessage)

        The message of the error returned by the BatchImportFindings operation.

        Parameters:
        errorMessage - The message of the error returned by the BatchImportFindings operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.