Interface PerformanceInsightsStat.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PerformanceInsightsStat.Builder,PerformanceInsightsStat>,SdkBuilder<PerformanceInsightsStat.Builder,PerformanceInsightsStat>,SdkPojo
- Enclosing class:
- PerformanceInsightsStat
public static interface PerformanceInsightsStat.Builder extends SdkPojo, CopyableBuilder<PerformanceInsightsStat.Builder,PerformanceInsightsStat>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerformanceInsightsStat.Buildertype(String type)The statistic type.PerformanceInsightsStat.Buildervalue(Double value)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, sdkFields
-
-
-
-
Method Detail
-
type
PerformanceInsightsStat.Builder type(String 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
PerformanceInsightsStat.Builder value(Double 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.
-
-