Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.AssertionRuleUpdate.Builder
-
Packages that use AssertionRuleUpdate.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of AssertionRuleUpdate.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return AssertionRuleUpdate.Builder Modifier and Type Method Description static AssertionRuleUpdate.BuilderAssertionRuleUpdate. builder()AssertionRuleUpdate.BuilderAssertionRuleUpdate.Builder. name(String name)The name of the assertion rule.AssertionRuleUpdate.BuilderAssertionRuleUpdate.Builder. safetyRuleArn(String safetyRuleArn)The Amazon Resource Name (ARN) of the assertion rule.AssertionRuleUpdate.BuilderAssertionRuleUpdate. toBuilder()AssertionRuleUpdate.BuilderAssertionRuleUpdate.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 AssertionRuleUpdate.Builder Modifier and Type Method Description static Class<? extends AssertionRuleUpdate.Builder>AssertionRuleUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type AssertionRuleUpdate.Builder Modifier and Type Method Description default UpdateSafetyRuleRequest.BuilderUpdateSafetyRuleRequest.Builder. assertionRuleUpdate(Consumer<AssertionRuleUpdate.Builder> assertionRuleUpdate)The assertion rule to update.
-