Interface ListUsageTotalsResponse.Builder

    • Method Detail

      • nextToken

        ListUsageTotalsResponse.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.
      • totals

        ListUsageTotalsResponse.Builder totals​(Collection<UsageTotal> totals)

        An object with details on the total usage for the requested account.

        Parameters:
        totals - An object with details on the total usage for the requested account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totals

        ListUsageTotalsResponse.Builder totals​(UsageTotal... totals)

        An object with details on the total usage for the requested account.

        Parameters:
        totals - An object with details on the total usage for the requested account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.