Interface UsageTopAccountsResult.Builder

    • Method Detail

      • feature

        UsageTopAccountsResult.Builder feature​(String feature)

        Features by which you can generate the usage statistics.

        RDS_LOGIN_EVENTS is currently not supported with topAccountsByFeature.

        Parameters:
        feature - Features by which you can generate the usage statistics.

        RDS_LOGIN_EVENTS is currently not supported with topAccountsByFeature.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageFeature, UsageFeature
      • feature

        UsageTopAccountsResult.Builder feature​(UsageFeature feature)

        Features by which you can generate the usage statistics.

        RDS_LOGIN_EVENTS is currently not supported with topAccountsByFeature.

        Parameters:
        feature - Features by which you can generate the usage statistics.

        RDS_LOGIN_EVENTS is currently not supported with topAccountsByFeature.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageFeature, UsageFeature
      • accounts

        UsageTopAccountsResult.Builder accounts​(Collection<UsageTopAccountResult> accounts)

        The accounts that contributed to the total usage cost.

        Parameters:
        accounts - The accounts that contributed to the total usage cost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accounts

        UsageTopAccountsResult.Builder accounts​(UsageTopAccountResult... accounts)

        The accounts that contributed to the total usage cost.

        Parameters:
        accounts - The accounts that contributed to the total usage cost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.