Interface BatchGetIncidentFindingsError.Builder

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

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

    • code

      The code associated with an error that was returned for a BatchGetIncidentFindings operation.

      Parameters:
      code - The code associated with an error that was returned for a BatchGetIncidentFindings operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingId

      The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings operation.

      Parameters:
      findingId - The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The description for an error that was returned for a BatchGetIncidentFindings operation.

      Parameters:
      message - The description for an error that was returned for a BatchGetIncidentFindings operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.