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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.TopBottomMoversComputationProperty
static final class
An implementation forCfnAnalysis.TopBottomMoversComputationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The category field that is used in a computation.The ID for a computation.default Number
The mover size setup of the top and bottom movers computation.default String
getName()
The name of a computation.default String
The sort order setup of the top and bottom movers computation.default Object
getTime()
The time field that is used in a computation.getType()
The computation type.default Object
getValue()
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.- 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.- See Also:
-
getValue
The value field that is used in a computation.- See Also:
-
builder
-