AssertionRule.Builder |
AssertionRule.Builder.assertedControls(String... assertedControls) |
The routing controls that are part of transactions that are evaluated to determine if a request to change a
routing control state is allowed.
|
AssertionRule.Builder |
AssertionRule.Builder.assertedControls(Collection<String> assertedControls) |
The routing controls that are part of transactions that are evaluated to determine if a request to change a
routing control state is allowed.
|
static AssertionRule.Builder |
AssertionRule.builder() |
|
AssertionRule.Builder |
AssertionRule.Builder.controlPanelArn(String controlPanelArn) |
The Amazon Resource Name (ARN) of the control panel.
|
AssertionRule.Builder |
AssertionRule.Builder.name(String name) |
Name of the assertion rule.
|
AssertionRule.Builder |
AssertionRule.Builder.owner(String owner) |
The Amazon Web Services account ID of the assertion rule owner.
|
default AssertionRule.Builder |
AssertionRule.Builder.ruleConfig(Consumer<RuleConfig.Builder> ruleConfig) |
The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many
routing control states must be ON as the result of a transaction.
|
AssertionRule.Builder |
AssertionRule.Builder.ruleConfig(RuleConfig ruleConfig) |
The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many
routing control states must be ON as the result of a transaction.
|
AssertionRule.Builder |
AssertionRule.Builder.safetyRuleArn(String safetyRuleArn) |
The Amazon Resource Name (ARN) of the assertion rule.
|
AssertionRule.Builder |
AssertionRule.Builder.status(String status) |
The deployment status of an assertion rule.
|
AssertionRule.Builder |
AssertionRule.Builder.status(Status status) |
The deployment status of an assertion rule.
|
AssertionRule.Builder |
AssertionRule.toBuilder() |
|
AssertionRule.Builder |
AssertionRule.Builder.waitPeriodMs(Integer waitPeriodMs) |
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will
fail.
|