| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleConfig.Builder |
RuleConfig.builder() |
RuleConfig.Builder |
RuleConfig.Builder.inverted(Boolean inverted)
Logical negation of the rule.
|
RuleConfig.Builder |
RuleConfig.Builder.threshold(Integer threshold)
The value of N, when you specify an ATLEAST rule type.
|
RuleConfig.Builder |
RuleConfig.toBuilder() |
RuleConfig.Builder |
RuleConfig.Builder.type(RuleType type)
A rule can be one of the following: ATLEAST, AND, or OR.
|
RuleConfig.Builder |
RuleConfig.Builder.type(String type)
A rule can be one of the following: ATLEAST, AND, or OR.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleConfig.Builder> |
RuleConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GatingRule.Builder |
GatingRule.Builder.ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)
The criteria that you set for gating routing controls that designates how many of the routing control states
must be ON to allow you to update target routing control states.
|
default AssertionRule.Builder |
AssertionRule.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 NewGatingRule.Builder |
NewGatingRule.Builder.ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many control
states must be ON to allow you to change (set or unset) the target control states.
|
default NewAssertionRule.Builder |
NewAssertionRule.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.
|
Copyright © 2022. All rights reserved.