| 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 specific gating controls (routing controls) that designates how many controls
must be enabled to allow you to change (set or unset) the target controls.
|
default AssertionRule.Builder |
AssertionRule.Builder.ruleConfig(Consumer<RuleConfig.Builder> ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled 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 controls
must be enabled to allow you to change (set or unset) the target controls.
|
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 controls
must be enabled as the result of a transaction.
|
Copyright © 2021. All rights reserved.