Interface PerformanceInsightsStat.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PerformanceInsightsStat.Builder,
,PerformanceInsightsStat> SdkBuilder<PerformanceInsightsStat.Builder,
,PerformanceInsightsStat> SdkPojo
- Enclosing class:
PerformanceInsightsStat
@Mutable
@NotThreadSafe
public static interface PerformanceInsightsStat.Builder
extends SdkPojo, CopyableBuilder<PerformanceInsightsStat.Builder,PerformanceInsightsStat>
-
Method Summary
Modifier and TypeMethodDescriptionThe statistic type.The value of the statistic.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The statistic type.
- Parameters:
type
- The statistic type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the statistic.
- Parameters:
value
- The value of the statistic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-