Interface FrameMetric.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FrameMetric.Builder,
,FrameMetric> SdkBuilder<FrameMetric.Builder,
,FrameMetric> SdkPojo
- Enclosing class:
FrameMetric
-
Method Summary
Modifier and TypeMethodDescriptionName of the method common across the multiple occurrences of a frame in an application profile.threadStates
(String... threadStates) List of application runtime thread states used to get the counts for a frame a derive a metric value.threadStates
(Collection<String> threadStates) List of application runtime thread states used to get the counts for a frame a derive a metric value.A type of aggregation that specifies how a metric for a frame is analyzed.type
(MetricType type) A type of aggregation that specifies how a metric for a frame is analyzed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
frameName
Name of the method common across the multiple occurrences of a frame in an application profile.
- Parameters:
frameName
- Name of the method common across the multiple occurrences of a frame in an application profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threadStates
List of application runtime thread states used to get the counts for a frame a derive a metric value.
- Parameters:
threadStates
- List of application runtime thread states used to get the counts for a frame a derive a metric value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threadStates
List of application runtime thread states used to get the counts for a frame a derive a metric value.
- Parameters:
threadStates
- List of application runtime thread states used to get the counts for a frame a derive a metric value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
A type of aggregation that specifies how a metric for a frame is analyzed. The supported value
AggregatedRelativeTotalTime
is an aggregation of the metric value for one frame that is calculated across the occurrences of all frames in a profile.- Parameters:
type
- A type of aggregation that specifies how a metric for a frame is analyzed. The supported valueAggregatedRelativeTotalTime
is an aggregation of the metric value for one frame that is calculated across the occurrences of all frames in a profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
A type of aggregation that specifies how a metric for a frame is analyzed. The supported value
AggregatedRelativeTotalTime
is an aggregation of the metric value for one frame that is calculated across the occurrences of all frames in a profile.- Parameters:
type
- A type of aggregation that specifies how a metric for a frame is analyzed. The supported valueAggregatedRelativeTotalTime
is an aggregation of the metric value for one frame that is calculated across the occurrences of all frames in a profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-