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(String... gatingControls) |
The gating controls for the new gating rule.
|
NewGatingRule.Builder |
NewGatingRule.Builder.gatingControls(Collection<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 designate 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 designate how many control
states must be ON to allow you to change (set or unset) the target control states.
|
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.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.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.
|