public static interface GatingRuleUpdate.Builder extends SdkPojo, CopyableBuilder<GatingRuleUpdate.Builder,GatingRuleUpdate>
| Modifier and Type | Method and Description |
|---|---|
GatingRuleUpdate.Builder |
name(String name)
The name for the gating rule.
|
GatingRuleUpdate.Builder |
safetyRuleArn(String safetyRuleArn)
The Amazon Resource Name (ARN) of the gating rule.
|
GatingRuleUpdate.Builder |
waitPeriodMs(Integer waitPeriodMs)
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will
fail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatingRuleUpdate.Builder name(String name)
The name for the gating rule. You can use any non-white space character in the name.
name - The name for the gating rule. You can use any non-white space character in the name.GatingRuleUpdate.Builder safetyRuleArn(String safetyRuleArn)
The Amazon Resource Name (ARN) of the gating rule.
safetyRuleArn - The Amazon Resource Name (ARN) of the gating rule.GatingRuleUpdate.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.