| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GatingRule |
GatingRule.clone() |
GatingRule |
Rule.getGATING()
A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you
specify.
|
GatingRule |
UpdateSafetyRuleResult.getGatingRule() |
GatingRule |
DescribeSafetyRuleResult.getGatingRule() |
GatingRule |
CreateSafetyRuleResult.getGatingRule() |
GatingRule |
GatingRule.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
GatingRule |
GatingRule.withGatingControls(Collection<String> gatingControls)
The gating controls for the gating rule.
|
GatingRule |
GatingRule.withGatingControls(String... gatingControls)
The gating controls for the gating rule.
|
GatingRule |
GatingRule.withName(String name)
The name for the gating rule.
|
GatingRule |
GatingRule.withRuleConfig(RuleConfig 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.
|
GatingRule |
GatingRule.withSafetyRuleArn(String safetyRuleArn)
The Amazon Resource Name (ARN) of the gating rule.
|
GatingRule |
GatingRule.withStatus(Status status)
The deployment status of a gating rule.
|
GatingRule |
GatingRule.withStatus(String status)
The deployment status of a gating rule.
|
GatingRule |
GatingRule.withTargetControls(Collection<String> targetControls)
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified
GatingControls.
|
GatingRule |
GatingRule.withTargetControls(String... targetControls)
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified
GatingControls.
|
GatingRule |
GatingRule.withWaitPeriodMs(Integer waitPeriodMs)
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will
fail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setGATING(GatingRule gATING)
A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you
specify.
|
void |
UpdateSafetyRuleResult.setGatingRule(GatingRule gatingRule) |
void |
DescribeSafetyRuleResult.setGatingRule(GatingRule gatingRule) |
void |
CreateSafetyRuleResult.setGatingRule(GatingRule gatingRule) |
Rule |
Rule.withGATING(GatingRule gATING)
A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you
specify.
|
UpdateSafetyRuleResult |
UpdateSafetyRuleResult.withGatingRule(GatingRule gatingRule) |
DescribeSafetyRuleResult |
DescribeSafetyRuleResult.withGatingRule(GatingRule gatingRule) |
CreateSafetyRuleResult |
CreateSafetyRuleResult.withGatingRule(GatingRule gatingRule) |
Copyright © 2021. All rights reserved.