Interface CfnTemplate.TopBottomRankedComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.TopBottomRankedComputationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.TopBottomRankedComputationProperty
extends software.amazon.jsii.JsiiSerializable
The top ranked and bottom ranked computation configuration.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.TopBottomRankedComputationProperty
static final class
An implementation forCfnTemplate.TopBottomRankedComputationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The category field that is used in a computation.The ID for a computation.default String
getName()
The name of a computation.default Number
The result size of a top and bottom ranked 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 one of the following options:.- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.
- See Also:
-
getCategory
The category field that is used in 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:
-
getValue
The value field that is used in a computation.- See Also:
-
builder
-