Class CfnDataset.LateDataRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnDataset.LateDataRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataset.LateDataRuleProperty>
- Enclosing interface:
CfnDataset.LateDataRuleProperty
@Stability(Stable)
public static final class CfnDataset.LateDataRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataset.LateDataRuleProperty>
A builder for
CfnDataset.LateDataRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ruleConfiguration(IResolvable ruleConfiguration) Sets the value ofCfnDataset.LateDataRuleProperty.getRuleConfiguration()ruleConfiguration(CfnDataset.LateDataRuleConfigurationProperty ruleConfiguration) Sets the value ofCfnDataset.LateDataRuleProperty.getRuleConfiguration()Sets the value ofCfnDataset.LateDataRuleProperty.getRuleName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleConfiguration
@Stability(Stable) public CfnDataset.LateDataRuleProperty.Builder ruleConfiguration(IResolvable ruleConfiguration) Sets the value ofCfnDataset.LateDataRuleProperty.getRuleConfiguration()- Parameters:
ruleConfiguration- The information needed to configure the late data rule. This parameter is required.- Returns:
this
-
ruleConfiguration
@Stability(Stable) public CfnDataset.LateDataRuleProperty.Builder ruleConfiguration(CfnDataset.LateDataRuleConfigurationProperty ruleConfiguration) Sets the value ofCfnDataset.LateDataRuleProperty.getRuleConfiguration()- Parameters:
ruleConfiguration- The information needed to configure the late data rule. This parameter is required.- Returns:
this
-
ruleName
Sets the value ofCfnDataset.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<CfnDataset.LateDataRuleProperty>- Returns:
- a new instance of
CfnDataset.LateDataRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-