Interface ListRoutingProfilesResponse.Builder

    • Method Detail

      • routingProfileSummaryList

        ListRoutingProfilesResponse.Builder routingProfileSummaryList​(Collection<RoutingProfileSummary> routingProfileSummaryList)

        Information about the routing profiles.

        Parameters:
        routingProfileSummaryList - Information about the routing profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingProfileSummaryList

        ListRoutingProfilesResponse.Builder routingProfileSummaryList​(RoutingProfileSummary... routingProfileSummaryList)

        Information about the routing profiles.

        Parameters:
        routingProfileSummaryList - Information about the routing profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRoutingProfilesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.