| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.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.
|
default Rule.Builder |
Rule.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.
|
static Rule.Builder |
Rule.builder() |
default Rule.Builder |
Rule.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.Builder |
Rule.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.Builder |
Rule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Rule.Builder> |
Rule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.