public static interface AssertionRuleUpdate.Builder extends SdkPojo, CopyableBuilder<AssertionRuleUpdate.Builder,AssertionRuleUpdate>
| Modifier and Type | Method and Description |
|---|---|
AssertionRuleUpdate.Builder |
name(String name)
The name of the assertion rule.
|
AssertionRuleUpdate.Builder |
safetyRuleArn(String safetyRuleArn)
The Amazon Resource Name (ARN) of the assertion rule.
|
AssertionRuleUpdate.Builder |
waitPeriodMs(Integer waitPeriodMs)
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will
fail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssertionRuleUpdate.Builder name(String name)
The name of the assertion rule. You can use any non-white space character in the name.
name - The name of the assertion rule. You can use any non-white space character in the name.AssertionRuleUpdate.Builder safetyRuleArn(String safetyRuleArn)
The Amazon Resource Name (ARN) of the assertion rule.
safetyRuleArn - The Amazon Resource Name (ARN) of the assertion rule.AssertionRuleUpdate.Builder waitPeriodMs(Integer waitPeriodMs)
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent "flapping" of state. The wait period is 5000 ms by default, but you can choose a custom value.
waitPeriodMs - An evaluation period, in milliseconds (ms), during which any request against the target routing
controls will fail. This helps prevent "flapping" of state. The wait period is 5000 ms by default, but
you can choose a custom value.Copyright © 2023. All rights reserved.