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