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