All Superinterfaces:
Buildable, CopyableBuilder<Match.Builder,Match>, SdkBuilder<Match.Builder,Match>, SdkPojo
Enclosing class:
Match

public static interface Match.Builder extends SdkPojo, CopyableBuilder<Match.Builder,Match>
  • Method Details

    • frameAddress

      Match.Builder frameAddress(String frameAddress)

      The location in the profiling graph that contains a recommendation found during analysis.

      Parameters:
      frameAddress - The location in the profiling graph that contains a recommendation found during analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetFramesIndex

      Match.Builder targetFramesIndex(Integer targetFramesIndex)

      The target frame that triggered a match.

      Parameters:
      targetFramesIndex - The target frame that triggered a match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thresholdBreachValue

      Match.Builder thresholdBreachValue(Double thresholdBreachValue)

      The value in the profile data that exceeded the recommendation threshold.

      Parameters:
      thresholdBreachValue - The value in the profile data that exceeded the recommendation threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.