Interface Match.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Match.Builder,,Match> SdkBuilder<Match.Builder,,Match> SdkPojo
- Enclosing class:
Match
@Mutable
@NotThreadSafe
public static interface Match.Builder
extends SdkPojo, CopyableBuilder<Match.Builder,Match>
-
Method Summary
Modifier and TypeMethodDescriptionframeAddress(String frameAddress) The location in the profiling graph that contains a recommendation found during analysis.targetFramesIndex(Integer targetFramesIndex) The target frame that triggered a match.thresholdBreachValue(Double thresholdBreachValue) The value in the profile data that exceeded the recommendation threshold.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-