Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.Rule.Builder
-
Packages that use Rule.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of Rule.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return Rule.Builder Modifier and Type Method Description default Rule.BuilderRule.Builder. assertion(Consumer<AssertionRule.Builder> assertion)An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met.Rule.BuilderRule.Builder. assertion(AssertionRule assertion)An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met.static Rule.BuilderRule. builder()default Rule.BuilderRule.Builder. gating(Consumer<GatingRule.Builder> gating)A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.Rule.BuilderRule.Builder. gating(GatingRule gating)A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.Rule.BuilderRule. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type Rule.Builder Modifier and Type Method Description static Class<? extends Rule.Builder>Rule. serializableBuilderClass()
-