| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static NewGatingRule.Builder |
NewGatingRule.builder() |
NewGatingRule.Builder |
NewGatingRule.Builder.controlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
NewGatingRule.Builder |
NewGatingRule.Builder.gatingControls(Collection<String> gatingControls)
The gating controls for the new gating rule.
|
NewGatingRule.Builder |
NewGatingRule.Builder.gatingControls(String... gatingControls)
The gating controls for the new gating rule.
|
NewGatingRule.Builder |
NewGatingRule.Builder.name(String name)
The name for the new gating rule.
|
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 control
states must be ON to allow you to change (set or unset) the target control states.
|
NewGatingRule.Builder |
NewGatingRule.Builder.ruleConfig(RuleConfig ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many control
states must be ON to allow you to change (set or unset) the target control states.
|
NewGatingRule.Builder |
NewGatingRule.Builder.targetControls(Collection<String> targetControls)
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the
specified GatingControls.
|
NewGatingRule.Builder |
NewGatingRule.Builder.targetControls(String... targetControls)
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the
specified GatingControls.
|
NewGatingRule.Builder |
NewGatingRule.toBuilder() |
NewGatingRule.Builder |
NewGatingRule.Builder.waitPeriodMs(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 |
|---|---|
static Class<? extends NewGatingRule.Builder> |
NewGatingRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSafetyRuleRequest.Builder |
CreateSafetyRuleRequest.Builder.gatingRule(Consumer<NewGatingRule.Builder> gatingRule)
The gating rule requested.
|
Copyright © 2022. All rights reserved.