Class CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcm.CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty>
- Enclosing interface:
CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.getFilter()filter(IResolvable filter) Sets the value ofCfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.getFilter()granularity(String granularity) timeRange(IResolvable timeRange)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filter
@Stability(Stable) public CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder filter(IResolvable filter) Sets the value ofCfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.getFilter()- Parameters:
filter- the value to be set.- Returns:
this
-
filter
@Stability(Stable) public CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder filter(CfnDashboardPropsMixin.ExpressionProperty filter) Sets the value ofCfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.getFilter()- Parameters:
filter- the value to be set.- Returns:
this
-
granularity
@Stability(Stable) public CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder granularity(String granularity) - Parameters:
granularity- the value to be set.- Returns:
this
-
timeRange
@Stability(Stable) public CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder timeRange(IResolvable timeRange) - Parameters:
timeRange- the value to be set.- Returns:
this
-
timeRange
@Stability(Stable) public CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty.Builder timeRange(CfnDashboardPropsMixin.DateTimeRangeProperty timeRange) - Parameters:
timeRange- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.SavingsPlansUtilizationQueryProperty - Throws:
NullPointerException- if any required attribute was not provided
-