Interface CfnAnalysisPropsMixin.MaximumMinimumComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.MaximumMinimumComputationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.MaximumMinimumComputationProperty
extends software.amazon.jsii.JsiiSerializable
The maximum and minimum computation configuration.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.MaximumMinimumComputationPropertystatic final classAn implementation forCfnAnalysisPropsMixin.MaximumMinimumComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe ID for a computation.default StringgetName()The name of a computation.default ObjectgetTime()The time field that is used in a computation.default StringgetType()The type of computation.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:
-
getName
The name of a computation.- See Also:
-
getTime
The time field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.DimensionFieldProperty- See Also:
-
getType
The type of computation. Choose one of the following options:.- MAXIMUM: A maximum computation.
- MINIMUM: A minimum computation.
- See Also:
-
getValue
The value field that is used in a computation.Returns union: either
IResolvableorCfnAnalysisPropsMixin.MeasureFieldProperty- See Also:
-
builder
-