Interface SearchRoutingProfilesResponse.Builder

    • Method Detail

      • routingProfiles

        SearchRoutingProfilesResponse.Builder routingProfiles​(Collection<RoutingProfile> routingProfiles)

        Information about the routing profiles.

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

        SearchRoutingProfilesResponse.Builder routingProfiles​(RoutingProfile... routingProfiles)

        Information about the routing profiles.

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

        SearchRoutingProfilesResponse.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.
      • approximateTotalCount

        SearchRoutingProfilesResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total number of routing profiles which matched your search query.

        Parameters:
        approximateTotalCount - The total number of routing profiles which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.