Interface UpdateFindingRequest.Builder

  • Method Details

    • findingId

      UpdateFindingRequest.Builder findingId(String findingId)

      The unique identifier of the finding to update.

      Parameters:
      findingId - The unique identifier of the finding to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      UpdateFindingRequest.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space that contains the finding.

      Parameters:
      agentSpaceId - The unique identifier of the agent space that contains the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The updated name for the finding.

      Parameters:
      name - The updated name for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateFindingRequest.Builder description(String description)

      The updated description for the finding.

      Parameters:
      description - The updated description for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • riskType

      The updated risk type for the finding.

      Parameters:
      riskType - The updated risk type for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • riskLevel

      UpdateFindingRequest.Builder riskLevel(String riskLevel)

      The updated risk level for the finding.

      Parameters:
      riskLevel - The updated risk level for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • riskLevel

      The updated risk level for the finding.

      Parameters:
      riskLevel - The updated risk level for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • riskScore

      UpdateFindingRequest.Builder riskScore(String riskScore)

      The updated numerical risk score for the finding.

      Parameters:
      riskScore - The updated numerical risk score for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attackScript

      UpdateFindingRequest.Builder attackScript(String attackScript)

      The updated attack script for the finding.

      Parameters:
      attackScript - The updated attack script for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasoning

      UpdateFindingRequest.Builder reasoning(String reasoning)

      The updated reasoning for the finding.

      Parameters:
      reasoning - The updated reasoning for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The updated status for the finding.

      Parameters:
      status - The updated status for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The updated status for the finding.

      Parameters:
      status - The updated status for the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customerNote

      UpdateFindingRequest.Builder customerNote(String customerNote)

      A customer-provided note on the finding.

      Parameters:
      customerNote - A customer-provided note on the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateFindingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.