Interface BatchGetFindingsError.Builder

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

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

    • errorCode

      BatchGetFindingsError.Builder errorCode(String errorCode)

      A code associated with the type of error.

      Parameters:
      errorCode - A code associated with the type of error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      A code associated with the type of error.

      Parameters:
      errorCode - A code associated with the type of error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • findingId

      BatchGetFindingsError.Builder findingId(String findingId)

      The finding ID of the finding that was not fetched.

      Parameters:
      findingId - The finding ID of the finding that was not fetched.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      Describes the error.

      Parameters:
      message - Describes the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scanName

      The name of the scan that generated the finding.

      Parameters:
      scanName - The name of the scan that generated the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.