Class CfnVdmAttributesMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnVdmAttributesMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVdmAttributesMixinProps>
- Enclosing interface:
CfnVdmAttributesMixinProps
@Stability(Stable)
public static final class CfnVdmAttributesMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVdmAttributesMixinProps>
A builder for
CfnVdmAttributesMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dashboardAttributes(IResolvable dashboardAttributes) Sets the value ofCfnVdmAttributesMixinProps.getDashboardAttributes()dashboardAttributes(CfnVdmAttributesPropsMixin.DashboardAttributesProperty dashboardAttributes) Sets the value ofCfnVdmAttributesMixinProps.getDashboardAttributes()guardianAttributes(IResolvable guardianAttributes) Sets the value ofCfnVdmAttributesMixinProps.getGuardianAttributes()guardianAttributes(CfnVdmAttributesPropsMixin.GuardianAttributesProperty guardianAttributes) Sets the value ofCfnVdmAttributesMixinProps.getGuardianAttributes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dashboardAttributes
@Stability(Stable) public CfnVdmAttributesMixinProps.Builder dashboardAttributes(IResolvable dashboardAttributes) Sets the value ofCfnVdmAttributesMixinProps.getDashboardAttributes()- Parameters:
dashboardAttributes- Specifies additional settings for your VDM configuration as applicable to the Dashboard.- Returns:
this
-
dashboardAttributes
@Stability(Stable) public CfnVdmAttributesMixinProps.Builder dashboardAttributes(CfnVdmAttributesPropsMixin.DashboardAttributesProperty dashboardAttributes) Sets the value ofCfnVdmAttributesMixinProps.getDashboardAttributes()- Parameters:
dashboardAttributes- Specifies additional settings for your VDM configuration as applicable to the Dashboard.- Returns:
this
-
guardianAttributes
@Stability(Stable) public CfnVdmAttributesMixinProps.Builder guardianAttributes(IResolvable guardianAttributes) Sets the value ofCfnVdmAttributesMixinProps.getGuardianAttributes()- Parameters:
guardianAttributes- Specifies additional settings for your VDM configuration as applicable to the Guardian.- Returns:
this
-
guardianAttributes
@Stability(Stable) public CfnVdmAttributesMixinProps.Builder guardianAttributes(CfnVdmAttributesPropsMixin.GuardianAttributesProperty guardianAttributes) Sets the value ofCfnVdmAttributesMixinProps.getGuardianAttributes()- Parameters:
guardianAttributes- Specifies additional settings for your VDM configuration as applicable to the Guardian.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVdmAttributesMixinProps>- Returns:
- a new instance of
CfnVdmAttributesMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-