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