Interface ProfileQueryResult.Builder

  • Method Details

    • profileId

      ProfileQueryResult.Builder profileId(String profileId)

      The profile id the result belongs to.

      Parameters:
      profileId - The profile id the result belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryResult

      ProfileQueryResult.Builder queryResult(String queryResult)

      Describes whether the profile was absent or present in the segment.

      Parameters:
      queryResult - Describes whether the profile was absent or present in the segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queryResult

      ProfileQueryResult.Builder queryResult(QueryResult queryResult)

      Describes whether the profile was absent or present in the segment.

      Parameters:
      queryResult - Describes whether the profile was absent or present in the segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • profile

      Sets the value of the Profile property for this object.
      Parameters:
      profile - The new value for the Profile property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profile

      Sets the value of the Profile property for this object. This is a convenience method that creates an instance of the Profile.Builder avoiding the need to create one manually via Profile.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to profile(Profile).

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