| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
NewGatingRule |
NewGatingRule.clone() |
NewGatingRule |
CreateSafetyRuleRequest.getGatingRule() |
NewGatingRule |
NewGatingRule.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
NewGatingRule |
NewGatingRule.withGatingControls(Collection<String> gatingControls)
The gating controls for the new gating rule.
|
NewGatingRule |
NewGatingRule.withGatingControls(String... gatingControls)
The gating controls for the new gating rule.
|
NewGatingRule |
NewGatingRule.withName(String name)
The name for the new gating rule.
|
NewGatingRule |
NewGatingRule.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.
|
NewGatingRule |
NewGatingRule.withTargetControls(Collection<String> targetControls)
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified
GatingControls.
|
NewGatingRule |
NewGatingRule.withTargetControls(String... targetControls)
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified
GatingControls.
|
NewGatingRule |
NewGatingRule.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 |
CreateSafetyRuleRequest.setGatingRule(NewGatingRule gatingRule) |
CreateSafetyRuleRequest |
CreateSafetyRuleRequest.withGatingRule(NewGatingRule gatingRule) |
Copyright © 2021. All rights reserved.