Interface UsageDataSourceResult.Builder

    • Method Detail

      • dataSource

        UsageDataSourceResult.Builder dataSource​(String dataSource)

        The data source type that generated usage.

        Parameters:
        dataSource - The data source type that generated usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSource, DataSource
      • dataSource

        UsageDataSourceResult.Builder dataSource​(DataSource dataSource)

        The data source type that generated usage.

        Parameters:
        dataSource - The data source type that generated usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataSource, DataSource
      • total

        UsageDataSourceResult.Builder total​(Total total)

        Represents the total of usage for the specified data source.

        Parameters:
        total - Represents the total of usage for the specified data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.