Class CfnDashboardPropsMixin.ExpressionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcm.CfnDashboardPropsMixin.ExpressionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.ExpressionProperty>
- Enclosing interface:
CfnDashboardPropsMixin.ExpressionProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.ExpressionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.ExpressionProperty>
A builder for
CfnDashboardPropsMixin.ExpressionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboardPropsMixin.ExpressionProperty.getAnd()and(IResolvable and) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getAnd()build()Builds the configured instance.costCategories(CfnDashboardPropsMixin.CostCategoryValuesProperty costCategories) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getCostCategories()costCategories(IResolvable costCategories) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getCostCategories()Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getDimensions()dimensions(IResolvable dimensions) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getDimensions()Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getNot()not(IResolvable not) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getNot()Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
and
Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getAnd()- Parameters:
and- the value to be set.- Returns:
this
-
and
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder and(List<? extends Object> and) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getAnd()- Parameters:
and- the value to be set.- Returns:
this
-
costCategories
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder costCategories(IResolvable costCategories) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getCostCategories()- Parameters:
costCategories- the value to be set.- Returns:
this
-
costCategories
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder costCategories(CfnDashboardPropsMixin.CostCategoryValuesProperty costCategories) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getCostCategories()- Parameters:
costCategories- the value to be set.- Returns:
this
-
dimensions
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder dimensions(IResolvable dimensions) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getDimensions()- Parameters:
dimensions- the value to be set.- Returns:
this
-
dimensions
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder dimensions(CfnDashboardPropsMixin.DimensionValuesProperty dimensions) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getDimensions()- Parameters:
dimensions- the value to be set.- Returns:
this
-
not
Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getNot()- Parameters:
not- the value to be set.- Returns:
this
-
not
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder not(CfnDashboardPropsMixin.ExpressionProperty not) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getNot()- Parameters:
not- the value to be set.- Returns:
this
-
tags
@Stability(Stable) public CfnDashboardPropsMixin.ExpressionProperty.Builder tags(CfnDashboardPropsMixin.TagValuesProperty tags) Sets the value ofCfnDashboardPropsMixin.ExpressionProperty.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.ExpressionProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.ExpressionProperty - Throws:
NullPointerException- if any required attribute was not provided
-