Interface InsightRuleContributorDatapoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>,SdkBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>,SdkPojo
- Enclosing class:
- InsightRuleContributorDatapoint
public static interface InsightRuleContributorDatapoint.Builder extends SdkPojo, CopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightRuleContributorDatapoint.BuilderapproximateValue(Double approximateValue)The approximate value that this contributor added during this timestamp.InsightRuleContributorDatapoint.Buildertimestamp(Instant timestamp)The timestamp of the data point.-
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
-
timestamp
InsightRuleContributorDatapoint.Builder timestamp(Instant timestamp)
The timestamp of the data point.
- Parameters:
timestamp- The timestamp of the data point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approximateValue
InsightRuleContributorDatapoint.Builder approximateValue(Double approximateValue)
The approximate value that this contributor added during this timestamp.
- Parameters:
approximateValue- The approximate value that this contributor added during this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-