Interface CfnAnalysis.GrowthRateComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GrowthRateComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GrowthRateComputationProperty
extends software.amazon.jsii.JsiiSerializable
The growth rate computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.GrowthRateComputationPropertystatic final classAn implementation forCfnAnalysis.GrowthRateComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ID for a computation.default StringgetName()The name of a computation.default NumberThe period size setup of a growth rate computation.default ObjectgetTime()The time field that is used in a computation.default ObjectgetValue()The value field that is used in a computation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputationId
The ID for a computation.- See Also:
-
getName
The name of a computation.- See Also:
-
getPeriodSize
The period size setup of a growth rate computation.Default: - 0
- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.DimensionFieldProperty- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.MeasureFieldProperty- See Also:
-
builder
-