Interface RepositoryAggregationResponse.Builder

    • Method Detail

      • accountId

        RepositoryAggregationResponse.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.
      • affectedImages

        RepositoryAggregationResponse.Builder affectedImages​(Long affectedImages)

        The number of container images impacted by the findings.

        Parameters:
        affectedImages - The number of container images impacted by the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repository

        RepositoryAggregationResponse.Builder repository​(String repository)

        The name of the repository associated with the findings.

        Parameters:
        repository - The name of the repository associated with the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityCounts

        RepositoryAggregationResponse.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.