Interface CfnAnalysisPropsMixin.TopBottomRankedComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.TopBottomRankedComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.TopBottomRankedComputationProperty
extends software.amazon.jsii.JsiiSerializable
The top ranked and bottom ranked computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.TopBottomRankedComputationPropertystatic final classAn implementation forCfnAnalysisPropsMixin.TopBottomRankedComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe category field that is used in a computation.default StringThe ID for a computation.default StringgetName()The name of a computation.default NumberThe result size of a top and bottom ranked 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:
-
getName
The name of a computation.- See Also:
-
getResultSize
The result size of a top and bottom ranked computation.Default: - 0
- See Also:
-
getType
The computation type. Choose one of the following options:.- TOP: A top ranked computation.
- BOTTOM: A bottom ranked 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.TopBottomRankedComputationProperty.Builder builder()
-