Uses of Class
software.amazon.awscdk.services.cloudwatch.GaugeWidgetProps.Builder
Packages that use GaugeWidgetProps.Builder
-
Uses of GaugeWidgetProps.Builder in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return GaugeWidgetProps.BuilderModifier and TypeMethodDescriptionSets the value ofMetricWidgetProps.getAccountId()
GaugeWidgetProps.Builder.annotations
(List<? extends HorizontalAnnotation> annotations) Sets the value ofGaugeWidgetProps.getAnnotations()
static GaugeWidgetProps.Builder
GaugeWidgetProps.builder()
Sets the value ofGaugeWidgetProps.getEnd()
Sets the value ofMetricWidgetProps.getHeight()
GaugeWidgetProps.Builder.leftYAxis
(YAxisProps leftYAxis) Sets the value ofGaugeWidgetProps.getLeftYAxis()
GaugeWidgetProps.Builder.legendPosition
(LegendPosition legendPosition) Sets the value ofGaugeWidgetProps.getLegendPosition()
Sets the value ofGaugeWidgetProps.getLiveData()
Sets the value ofGaugeWidgetProps.getMetrics()
Sets the value ofGaugeWidgetProps.getPeriod()
Sets the value ofMetricWidgetProps.getRegion()
GaugeWidgetProps.Builder.setPeriodToTimeRange
(Boolean setPeriodToTimeRange) Sets the value ofGaugeWidgetProps.getSetPeriodToTimeRange()
Sets the value ofGaugeWidgetProps.getStart()
Sets the value ofGaugeWidgetProps.getStatistic()
Sets the value ofMetricWidgetProps.getTitle()
Sets the value ofMetricWidgetProps.getWidth()
Constructors in software.amazon.awscdk.services.cloudwatch with parameters of type GaugeWidgetProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(GaugeWidgetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGaugeWidgetProps.Builder
.