Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.GatingRuleUpdate.Builder
-
Packages that use GatingRuleUpdate.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of GatingRuleUpdate.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return GatingRuleUpdate.Builder Modifier and Type Method Description static GatingRuleUpdate.BuilderGatingRuleUpdate. builder()GatingRuleUpdate.BuilderGatingRuleUpdate.Builder. name(String name)The name for the gating rule.GatingRuleUpdate.BuilderGatingRuleUpdate.Builder. safetyRuleArn(String safetyRuleArn)The Amazon Resource Name (ARN) of the gating rule.GatingRuleUpdate.BuilderGatingRuleUpdate. toBuilder()GatingRuleUpdate.BuilderGatingRuleUpdate.Builder. waitPeriodMs(Integer waitPeriodMs)An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type GatingRuleUpdate.Builder Modifier and Type Method Description static Class<? extends GatingRuleUpdate.Builder>GatingRuleUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type GatingRuleUpdate.Builder Modifier and Type Method Description default UpdateSafetyRuleRequest.BuilderUpdateSafetyRuleRequest.Builder. gatingRuleUpdate(Consumer<GatingRuleUpdate.Builder> gatingRuleUpdate)The gating rule to update.
-