public static interface UpdateSafetyRuleResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<UpdateSafetyRuleResponse.Builder,UpdateSafetyRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSafetyRuleResponse.Builder |
assertionRule(AssertionRule assertionRule)
The assertion rule updated.
|
default UpdateSafetyRuleResponse.Builder |
assertionRule(Consumer<AssertionRule.Builder> assertionRule)
The assertion rule updated.
|
default UpdateSafetyRuleResponse.Builder |
gatingRule(Consumer<GatingRule.Builder> gatingRule)
The gating rule updated.
|
UpdateSafetyRuleResponse.Builder |
gatingRule(GatingRule gatingRule)
The gating rule updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSafetyRuleResponse.Builder assertionRule(AssertionRule assertionRule)
The assertion rule updated.
assertionRule - The assertion rule updated.default UpdateSafetyRuleResponse.Builder assertionRule(Consumer<AssertionRule.Builder> assertionRule)
The assertion rule updated.
This is a convenience method that creates an instance of theAssertionRule.Builder avoiding the need
to create one manually via AssertionRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assertionRule(AssertionRule).
assertionRule - a consumer that will call methods on AssertionRule.BuilderassertionRule(AssertionRule)UpdateSafetyRuleResponse.Builder gatingRule(GatingRule gatingRule)
The gating rule updated.
gatingRule - The gating rule updated.default UpdateSafetyRuleResponse.Builder gatingRule(Consumer<GatingRule.Builder> gatingRule)
The gating rule updated.
This is a convenience method that creates an instance of theGatingRule.Builder avoiding the need to
create one manually via GatingRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to gatingRule(GatingRule).
gatingRule - a consumer that will call methods on GatingRule.BuildergatingRule(GatingRule)Copyright © 2022. All rights reserved.