Class MetricWidgetProps.Builder
java.lang.Object
software.amazon.awscdk.services.cloudwatch.MetricWidgetProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MetricWidgetProps>
- Enclosing interface:
MetricWidgetProps
@Stability(Stable)
public static final class MetricWidgetProps.Builder
extends Object
implements software.amazon.jsii.Builder<MetricWidgetProps>
A builder for
MetricWidgetProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofMetricWidgetProps.getAccountId()build()Builds the configured instance.Sets the value ofMetricWidgetProps.getHeight()Sets the value ofMetricWidgetProps.getRegion()Sets the value ofMetricWidgetProps.getTitle()Sets the value ofMetricWidgetProps.getWidth()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
Sets the value ofMetricWidgetProps.getAccountId()- Parameters:
accountId- The AWS account ID where the metrics are located. This enables cross-account functionality for CloudWatch dashboards. Before using this feature, ensure that proper cross-account sharing is configured between the monitoring account and source account.For more information, see: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html
- Returns:
this
-
height
Sets the value ofMetricWidgetProps.getHeight()- Parameters:
height- Height of the widget.- Returns:
this
-
region
Sets the value ofMetricWidgetProps.getRegion()- Parameters:
region- The region the metrics of this graph should be taken from.- Returns:
this
-
title
Sets the value ofMetricWidgetProps.getTitle()- Parameters:
title- Title for the graph.- Returns:
this
-
width
Sets the value ofMetricWidgetProps.getWidth()- Parameters:
width- Width of the widget, in a grid of 24 units wide.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MetricWidgetProps>- Returns:
- a new instance of
MetricWidgetProps - Throws:
NullPointerException- if any required attribute was not provided
-