Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.DescribeSafetyRuleResponse.Builder
-
Packages that use DescribeSafetyRuleResponse.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of DescribeSafetyRuleResponse.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return DescribeSafetyRuleResponse.Builder Modifier and Type Method Description default DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse.Builder. assertionRule(Consumer<AssertionRule.Builder> assertionRule)The assertion rule in the response.DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse.Builder. assertionRule(AssertionRule assertionRule)The assertion rule in the response.static DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse. builder()default DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse.Builder. gatingRule(Consumer<GatingRule.Builder> gatingRule)The gating rule in the response.DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse.Builder. gatingRule(GatingRule gatingRule)The gating rule in the response.DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type DescribeSafetyRuleResponse.Builder Modifier and Type Method Description static Class<? extends DescribeSafetyRuleResponse.Builder>DescribeSafetyRuleResponse. serializableBuilderClass()
-