Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.LateDataRule.Builder
-
Packages that use LateDataRule.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of LateDataRule.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return LateDataRule.Builder Modifier and Type Method Description static LateDataRule.BuilderLateDataRule. builder()default LateDataRule.BuilderLateDataRule.Builder. ruleConfiguration(Consumer<LateDataRuleConfiguration.Builder> ruleConfiguration)The information needed to configure the late data rule.LateDataRule.BuilderLateDataRule.Builder. ruleConfiguration(LateDataRuleConfiguration ruleConfiguration)The information needed to configure the late data rule.LateDataRule.BuilderLateDataRule.Builder. ruleName(String ruleName)The name of the late data rule.LateDataRule.BuilderLateDataRule. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type LateDataRule.Builder Modifier and Type Method Description static Class<? extends LateDataRule.Builder>LateDataRule. serializableBuilderClass()
-