Interface ListSourceViewsForBillingViewResponse.Builder

    • Method Detail

      • sourceViews

        ListSourceViewsForBillingViewResponse.Builder sourceViews​(Collection<String> sourceViews)

        A list of billing views used as the data source for the custom billing view.

        Parameters:
        sourceViews - A list of billing views used as the data source for the custom billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceViews

        ListSourceViewsForBillingViewResponse.Builder sourceViews​(String... sourceViews)

        A list of billing views used as the data source for the custom billing view.

        Parameters:
        sourceViews - A list of billing views used as the data source for the custom billing view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSourceViewsForBillingViewResponse.Builder nextToken​(String nextToken)

        The pagination token that is used on subsequent calls to list billing views.

        Parameters:
        nextToken - The pagination token that is used on subsequent calls to list billing views.
        Returns:
        Returns a reference to this object so that method calls can be chained together.