| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
NewGatingRule |
NewGatingRule.clone() |
NewGatingRule |
CreateSafetyRuleRequest.getGatingRule()
The gating rule requested.
|
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 designate how many control states
must be ON to allow you to change (set or unset) the target control states.
|
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)
The gating rule requested.
|
CreateSafetyRuleRequest |
CreateSafetyRuleRequest.withGatingRule(NewGatingRule gatingRule)
The gating rule requested.
|
Copyright © 2025. All rights reserved.