Interface SearchProfilesResponse.Builder

All Superinterfaces:
AlexaForBusinessResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<SearchProfilesResponse.Builder,SearchProfilesResponse>, SdkBuilder<SearchProfilesResponse.Builder,SearchProfilesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
SearchProfilesResponse

  • Method Details

    • profiles

      The profiles that meet the specified set of filter criteria, in sort order.

      Parameters:
      profiles - The profiles that meet the specified set of filter criteria, in sort order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profiles

      The profiles that meet the specified set of filter criteria, in sort order.

      Parameters:
      profiles - The profiles that meet the specified set of filter criteria, in sort order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profiles

      The profiles that meet the specified set of filter criteria, in sort order.

      This is a convenience method that creates an instance of the ProfileData.Builder avoiding the need to create one manually via ProfileData.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to profiles(List<ProfileData>).

      Parameters:
      profiles - a consumer that will call methods on ProfileData.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      SearchProfilesResponse.Builder nextToken(String nextToken)

      The token returned to indicate that there is more data available.

      Parameters:
      nextToken - The token returned to indicate that there is more data available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalCount

      SearchProfilesResponse.Builder totalCount(Integer totalCount)

      The total number of room profiles returned.

      Parameters:
      totalCount - The total number of room profiles returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.