Interface TitleAggregationResponse.Builder

    • Method Detail

      • accountId

        TitleAggregationResponse.Builder accountId​(String accountId)

        The ID of the Amazon Web Services account associated with the findings.

        Parameters:
        accountId - The ID of the Amazon Web Services account associated with the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityCounts

        TitleAggregationResponse.Builder severityCounts​(SeverityCounts severityCounts)

        An object that represent the count of matched findings per severity.

        Parameters:
        severityCounts - An object that represent the count of matched findings per severity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        TitleAggregationResponse.Builder title​(String title)

        The title that the findings were aggregated on.

        Parameters:
        title - The title that the findings were aggregated on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vulnerabilityId

        TitleAggregationResponse.Builder vulnerabilityId​(String vulnerabilityId)

        The vulnerability ID of the finding.

        Parameters:
        vulnerabilityId - The vulnerability ID of the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.