Uses of Class
software.amazon.awscdk.services.cloudwatch.CustomWidgetProps.Builder
-
Uses of CustomWidgetProps.Builder in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionstatic CustomWidgetProps.Builder
CustomWidgetProps.builder()
CustomWidgetProps.Builder.functionArn
(String functionArn) Sets the value ofCustomWidgetProps.getFunctionArn()
Sets the value ofCustomWidgetProps.getHeight()
Sets the value ofCustomWidgetProps.getParams()
Sets the value ofCustomWidgetProps.getTitle()
CustomWidgetProps.Builder.updateOnRefresh
(Boolean updateOnRefresh) Sets the value ofCustomWidgetProps.getUpdateOnRefresh()
CustomWidgetProps.Builder.updateOnResize
(Boolean updateOnResize) Sets the value ofCustomWidgetProps.getUpdateOnResize()
CustomWidgetProps.Builder.updateOnTimeRangeChange
(Boolean updateOnTimeRangeChange) Sets the value ofCustomWidgetProps.getUpdateOnTimeRangeChange()
Sets the value ofCustomWidgetProps.getWidth()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomWidgetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomWidgetProps.Builder
.