Interface CfnAnalysisPropsMixin.TopBottomMoversComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.TopBottomMoversComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.TopBottomMoversComputationProperty
extends software.amazon.jsii.JsiiSerializable
The top movers and bottom movers computation setup.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.TopBottomMoversComputationPropertystatic final classAn implementation forCfnAnalysisPropsMixin.TopBottomMoversComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe category field that is used in a computation.default StringThe ID for a computation.default NumberThe mover size setup of the top and bottom movers computation.default StringgetName()The name of a computation.default StringThe sort order setup of the top and bottom movers computation.default ObjectgetTime()The time field that is used in a computation.default StringgetType()The computation type.default ObjectgetValue()The value field that is used in a computation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategory
The category field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.DimensionFieldProperty- See Also:
-
getComputationId
The ID for a computation.- See Also:
-
getMoverSize
The mover size setup of the top and bottom movers computation.Default: - 0
- See Also:
-
getName
The name of a computation.- See Also:
-
getSortOrder
The sort order setup of the top and bottom movers computation.- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.DimensionFieldProperty- See Also:
-
getType
The computation type. Choose from the following options:.- TOP: Top movers computation.
- BOTTOM: Bottom movers computation.
- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.MeasureFieldProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.TopBottomMoversComputationProperty.Builder builder()
-