Interface AccountStatistics.Builder

    • Method Detail

      • accountId

        AccountStatistics.Builder accountId​(String accountId)

        The ID of the Amazon Web Services account.

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

        AccountStatistics.Builder lastGeneratedAt​(Instant lastGeneratedAt)

        The timestamp at which the finding for this account was last generated.

        Parameters:
        lastGeneratedAt - The timestamp at which the finding for this account was last generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalFindings

        AccountStatistics.Builder totalFindings​(Integer totalFindings)

        The total number of findings associated with an account.

        Parameters:
        totalFindings - The total number of findings associated with an account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.