Interface ListServiceProfilesResponse.Builder

    • Method Detail

      • nextToken

        ListServiceProfilesResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceProfileList

        ListServiceProfilesResponse.Builder serviceProfileList​(Collection<ServiceProfile> serviceProfileList)

        The list of service profiles.

        Parameters:
        serviceProfileList - The list of service profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceProfileList

        ListServiceProfilesResponse.Builder serviceProfileList​(ServiceProfile... serviceProfileList)

        The list of service profiles.

        Parameters:
        serviceProfileList - The list of service profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.