| 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 controls
must be enabled to allow you to change (set or unset) the target controls.
|
NewGatingRule.Builder |
NewGatingRule.Builder.ruleConfig(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.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)
Sets the value of the GatingRule property for this object.
|
Copyright © 2021. All rights reserved.