Uses of Class
software.amazon.awscdk.services.cloudwatch.MathExpressionProps.Builder
-
Uses of MathExpressionProps.Builder in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionstatic MathExpressionProps.Builder
MathExpressionProps.builder()
Sets the value ofMathExpressionOptions.getColor()
MathExpressionProps.Builder.expression
(String expression) Sets the value ofMathExpressionProps.getExpression()
Sets the value ofMathExpressionOptions.getLabel()
Sets the value ofMathExpressionOptions.getPeriod()
MathExpressionProps.Builder.searchAccount
(String searchAccount) Sets the value ofMathExpressionOptions.getSearchAccount()
MathExpressionProps.Builder.searchRegion
(String searchRegion) Sets the value ofMathExpressionOptions.getSearchRegion()
MathExpressionProps.Builder.usingMetrics
(Map<String, ? extends IMetric> usingMetrics) Sets the value ofMathExpressionProps.getUsingMetrics()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MathExpressionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMathExpressionProps.Builder
.