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