Interface GetUsageStatisticsResponse.Builder

    • Method Detail

      • usageStatistics

        GetUsageStatisticsResponse.Builder usageStatistics​(UsageStatistics usageStatistics)

        The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.

        Parameters:
        usageStatistics - The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetUsageStatisticsResponse.Builder nextToken​(String nextToken)

        The pagination parameter to be used on the next list operation to retrieve more items.

        Parameters:
        nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.