Interface OrganizationStatistics.Builder

    • Method Detail

      • totalAccountsCount

        OrganizationStatistics.Builder totalAccountsCount​(Integer totalAccountsCount)

        Total number of accounts in your Amazon Web Services organization.

        Parameters:
        totalAccountsCount - Total number of accounts in your Amazon Web Services organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberAccountsCount

        OrganizationStatistics.Builder memberAccountsCount​(Integer memberAccountsCount)

        Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.

        Parameters:
        memberAccountsCount - Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeAccountsCount

        OrganizationStatistics.Builder activeAccountsCount​(Integer activeAccountsCount)

        Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.

        Parameters:
        activeAccountsCount - Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledAccountsCount

        OrganizationStatistics.Builder enabledAccountsCount​(Integer enabledAccountsCount)

        Total number of accounts that have enabled GuardDuty.

        Parameters:
        enabledAccountsCount - Total number of accounts that have enabled GuardDuty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • countByFeature

        OrganizationStatistics.Builder countByFeature​(Collection<OrganizationFeatureStatistics> countByFeature)

        Retrieves the coverage statistics for each feature.

        Parameters:
        countByFeature - Retrieves the coverage statistics for each feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • countByFeature

        OrganizationStatistics.Builder countByFeature​(OrganizationFeatureStatistics... countByFeature)

        Retrieves the coverage statistics for each feature.

        Parameters:
        countByFeature - Retrieves the coverage statistics for each feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.