| 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 gating routing control or set of gating routing controls, evaluates as true, based
on a rule configuration that you specify, which allows a set of routing control state changes to complete.
|
GatingRule |
DescribeSafetyRuleResult.getGatingRule()
The gating rule in the response.
|
GatingRule |
CreateSafetyRuleResult.getGatingRule()
The gating rule created.
|
GatingRule |
UpdateSafetyRuleResult.getGatingRule()
The gating rule updated.
|
GatingRule |
GatingRule.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
GatingRule |
GatingRule.withGatingControls(Collection<String> gatingControls)
An array of gating routing control Amazon Resource Names (ARNs).
|
GatingRule |
GatingRule.withGatingControls(String... gatingControls)
An array of gating routing control Amazon Resource Names (ARNs).
|
GatingRule |
GatingRule.withName(String name)
The name for the gating rule.
|
GatingRule |
GatingRule.withRuleConfig(RuleConfig ruleConfig)
The criteria that you set for gating routing controls that designate how many of the routing control states must
be ON to allow you to update target routing control states.
|
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)
An array of target routing control Amazon Resource Names (ARNs) for which the states can only be updated if the
rule configuration that you specify evaluates to true for the gating routing control.
|
GatingRule |
GatingRule.withTargetControls(String... targetControls)
An array of target routing control Amazon Resource Names (ARNs) for which the states can only be updated if the
rule configuration that you specify evaluates to true for the gating routing control.
|
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 gating routing control or set of gating routing controls, evaluates as true, based
on a rule configuration that you specify, which allows a set of routing control state changes to complete.
|
void |
DescribeSafetyRuleResult.setGatingRule(GatingRule gatingRule)
The gating rule in the response.
|
void |
CreateSafetyRuleResult.setGatingRule(GatingRule gatingRule)
The gating rule created.
|
void |
UpdateSafetyRuleResult.setGatingRule(GatingRule gatingRule)
The gating rule updated.
|
Rule |
Rule.withGATING(GatingRule gATING)
A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based
on a rule configuration that you specify, which allows a set of routing control state changes to complete.
|
DescribeSafetyRuleResult |
DescribeSafetyRuleResult.withGatingRule(GatingRule gatingRule)
The gating rule in the response.
|
CreateSafetyRuleResult |
CreateSafetyRuleResult.withGatingRule(GatingRule gatingRule)
The gating rule created.
|
UpdateSafetyRuleResult |
UpdateSafetyRuleResult.withGatingRule(GatingRule gatingRule)
The gating rule updated.
|
Copyright © 2023. All rights reserved.