Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.RuleConfig.Builder
-
Packages that use RuleConfig.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of RuleConfig.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return RuleConfig.Builder Modifier and Type Method Description static RuleConfig.BuilderRuleConfig. builder()RuleConfig.BuilderRuleConfig.Builder. inverted(Boolean inverted)Logical negation of the rule.RuleConfig.BuilderRuleConfig.Builder. threshold(Integer threshold)The value of N, when you specify an ATLEAST rule type.RuleConfig.BuilderRuleConfig. toBuilder()RuleConfig.BuilderRuleConfig.Builder. type(String type)A rule can be one of the following: ATLEAST, AND, or OR.RuleConfig.BuilderRuleConfig.Builder. type(RuleType type)A rule can be one of the following: ATLEAST, AND, or OR.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type RuleConfig.Builder Modifier and Type Method Description static Class<? extends RuleConfig.Builder>RuleConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type RuleConfig.Builder Modifier and Type Method Description default AssertionRule.BuilderAssertionRule.Builder. ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many routing control states must be ON as the result of a transaction.default GatingRule.BuilderGatingRule.Builder. ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)The criteria that you set for gating routing controls that designate how many of the routing control states must be ON to allow you to update target routing control states.default NewAssertionRule.BuilderNewAssertionRule.Builder. ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be ON as the result of a transaction.default NewGatingRule.BuilderNewGatingRule.Builder. ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)The criteria that you set for specific gating controls (routing controls) that designate how many control states must be ON to allow you to change (set or unset) the target control states.
-