Class CfnDatasetPropsMixin.LateDataRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.LateDataRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.LateDataRuleProperty>
- Enclosing interface:
CfnDatasetPropsMixin.LateDataRuleProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.LateDataRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.LateDataRuleProperty>
A builder for
CfnDatasetPropsMixin.LateDataRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ruleConfiguration(CfnDatasetPropsMixin.LateDataRuleConfigurationProperty ruleConfiguration) Sets the value ofCfnDatasetPropsMixin.LateDataRuleProperty.getRuleConfiguration()ruleConfiguration(IResolvable ruleConfiguration) Sets the value ofCfnDatasetPropsMixin.LateDataRuleProperty.getRuleConfiguration()Sets the value ofCfnDatasetPropsMixin.LateDataRuleProperty.getRuleName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleConfiguration
@Stability(Stable) public CfnDatasetPropsMixin.LateDataRuleProperty.Builder ruleConfiguration(IResolvable ruleConfiguration) Sets the value ofCfnDatasetPropsMixin.LateDataRuleProperty.getRuleConfiguration()- Parameters:
ruleConfiguration- The information needed to configure the late data rule.- Returns:
this
-
ruleConfiguration
@Stability(Stable) public CfnDatasetPropsMixin.LateDataRuleProperty.Builder ruleConfiguration(CfnDatasetPropsMixin.LateDataRuleConfigurationProperty ruleConfiguration) Sets the value ofCfnDatasetPropsMixin.LateDataRuleProperty.getRuleConfiguration()- Parameters:
ruleConfiguration- The information needed to configure the late data rule.- Returns:
this
-
ruleName
@Stability(Stable) public CfnDatasetPropsMixin.LateDataRuleProperty.Builder ruleName(String ruleName) Sets the value ofCfnDatasetPropsMixin.LateDataRuleProperty.getRuleName()- Parameters:
ruleName- The name of the late data rule.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.LateDataRuleProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.LateDataRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-