Class CfnDashboardPropsMixin.DimensionValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcm.CfnDashboardPropsMixin.DimensionValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.DimensionValuesProperty>
- Enclosing interface:
CfnDashboardPropsMixin.DimensionValuesProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.DimensionValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.DimensionValuesProperty>
A builder for
CfnDashboardPropsMixin.DimensionValuesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.DimensionValuesProperty.getKey()matchOptions(List<String> matchOptions) Sets the value ofCfnDashboardPropsMixin.DimensionValuesProperty.getMatchOptions()Sets the value ofCfnDashboardPropsMixin.DimensionValuesProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnDashboardPropsMixin.DimensionValuesProperty.getKey()- Parameters:
key- the value to be set.- Returns:
this
-
matchOptions
@Stability(Stable) public CfnDashboardPropsMixin.DimensionValuesProperty.Builder matchOptions(List<String> matchOptions) Sets the value ofCfnDashboardPropsMixin.DimensionValuesProperty.getMatchOptions()- Parameters:
matchOptions- the value to be set.- Returns:
this
-
values
@Stability(Stable) public CfnDashboardPropsMixin.DimensionValuesProperty.Builder values(List<String> values) Sets the value ofCfnDashboardPropsMixin.DimensionValuesProperty.getValues()- Parameters:
values- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.DimensionValuesProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.DimensionValuesProperty - Throws:
NullPointerException- if any required attribute was not provided
-