Class CfnDashboardPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcm.CfnDashboardPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin>
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static final class CfnDashboardPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin>
A fluent builder for
CfnDashboardPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) widgets(IResolvable widgets)
-
Method Details
-
create
@Stability(Stable) public static CfnDashboardPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDashboardPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDashboardPropsMixin.Builder.
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
widgets
- Parameters:
widgets- This parameter is required.- Returns:
this- See Also:
-
widgets
- Parameters:
widgets- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin>- Returns:
- a newly built instance of
CfnDashboardPropsMixin.
-