Class CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.RefreshFailureConfigurationProperty>
- Enclosing interface:
CfnDataSetPropsMixin.RefreshFailureConfigurationProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.RefreshFailureConfigurationProperty>
A builder for
CfnDataSetPropsMixin.RefreshFailureConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSetPropsMixin.RefreshFailureConfigurationProperty.getEmailAlert()emailAlert(IResolvable emailAlert) Sets the value ofCfnDataSetPropsMixin.RefreshFailureConfigurationProperty.getEmailAlert()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
emailAlert
@Stability(Stable) public CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Builder emailAlert(IResolvable emailAlert) Sets the value ofCfnDataSetPropsMixin.RefreshFailureConfigurationProperty.getEmailAlert()- Parameters:
emailAlert- The email alert configuration for a dataset refresh failure.- Returns:
this
-
emailAlert
@Stability(Stable) public CfnDataSetPropsMixin.RefreshFailureConfigurationProperty.Builder emailAlert(CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty emailAlert) Sets the value ofCfnDataSetPropsMixin.RefreshFailureConfigurationProperty.getEmailAlert()- Parameters:
emailAlert- The email alert configuration for a dataset refresh failure.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.RefreshFailureConfigurationProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.RefreshFailureConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-