Interface CfnAnalysis.TopBottomMoversComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.TopBottomMoversComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 forCfnAnalysis.TopBottomMoversComputationPropertystatic final classAn implementation forCfnAnalysis.TopBottomMoversComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe category field that is used in a computation.The 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.getType()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
-
getComputationId
The ID for a computation.- See Also:
-
getType
The computation type. Choose from the following options:.- TOP: Top movers computation.
- BOTTOM: Bottom movers computation.
- See Also:
-
getCategory
The category field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.DimensionFieldProperty- 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
IResolvableorCfnAnalysis.DimensionFieldProperty- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnAnalysis.MeasureFieldProperty- See Also:
-
builder
-