Interface CfnAnalysisPropsMixin.PeriodOverPeriodComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.PeriodOverPeriodComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.PeriodOverPeriodComputationProperty
extends software.amazon.jsii.JsiiSerializable
The period over period computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.PeriodOverPeriodComputationProperty -
Method Summary
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:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.DimensionFieldProperty- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.MeasureFieldProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.PeriodOverPeriodComputationProperty.Builder builder()
-