Class CfnConfigurationSet.VdmOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnConfigurationSet.VdmOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationSet.VdmOptionsProperty>
- Enclosing interface:
- CfnConfigurationSet.VdmOptionsProperty
@Stability(Stable)
public static final class CfnConfigurationSet.VdmOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationSet.VdmOptionsProperty>
A builder for
CfnConfigurationSet.VdmOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dashboardOptions
(IResolvable dashboardOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getDashboardOptions()
dashboardOptions
(CfnConfigurationSet.DashboardOptionsProperty dashboardOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getDashboardOptions()
guardianOptions
(IResolvable guardianOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getGuardianOptions()
guardianOptions
(CfnConfigurationSet.GuardianOptionsProperty guardianOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getGuardianOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dashboardOptions
@Stability(Stable) public CfnConfigurationSet.VdmOptionsProperty.Builder dashboardOptions(IResolvable dashboardOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getDashboardOptions()
- Parameters:
dashboardOptions
- Settings for your VDM configuration as applicable to the Dashboard.- Returns:
this
-
dashboardOptions
@Stability(Stable) public CfnConfigurationSet.VdmOptionsProperty.Builder dashboardOptions(CfnConfigurationSet.DashboardOptionsProperty dashboardOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getDashboardOptions()
- Parameters:
dashboardOptions
- Settings for your VDM configuration as applicable to the Dashboard.- Returns:
this
-
guardianOptions
@Stability(Stable) public CfnConfigurationSet.VdmOptionsProperty.Builder guardianOptions(IResolvable guardianOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getGuardianOptions()
- Parameters:
guardianOptions
- Settings for your VDM configuration as applicable to the Guardian.- Returns:
this
-
guardianOptions
@Stability(Stable) public CfnConfigurationSet.VdmOptionsProperty.Builder guardianOptions(CfnConfigurationSet.GuardianOptionsProperty guardianOptions) Sets the value ofCfnConfigurationSet.VdmOptionsProperty.getGuardianOptions()
- Parameters:
guardianOptions
- Settings for your VDM configuration as applicable to the Guardian.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationSet.VdmOptionsProperty>
- Returns:
- a new instance of
CfnConfigurationSet.VdmOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-