Class CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty>
- Enclosing interface:
CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty>
A builder for
CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertStatus(String alertStatus) Sets the value ofCfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.getAlertStatus()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alertStatus
@Stability(Stable) public CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.Builder alertStatus(String alertStatus) Sets the value ofCfnDataSetPropsMixin.RefreshFailureEmailAlertProperty.getAlertStatus()- Parameters:
alertStatus- The status value that determines if email alerts are sent.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.RefreshFailureEmailAlertProperty - Throws:
NullPointerException- if any required attribute was not provided
-