public static interface UpdateSafetyRuleResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<UpdateSafetyRuleResponse.Builder,UpdateSafetyRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSafetyRuleResponse.Builder |
assertionRule(AssertionRule assertionRule)
Sets the value of the AssertionRule property for this object.
|
default UpdateSafetyRuleResponse.Builder |
assertionRule(Consumer<AssertionRule.Builder> assertionRule)
Sets the value of the AssertionRule property for this object.
|
default UpdateSafetyRuleResponse.Builder |
gatingRule(Consumer<GatingRule.Builder> gatingRule)
Sets the value of the GatingRule property for this object.
|
UpdateSafetyRuleResponse.Builder |
gatingRule(GatingRule gatingRule)
Sets the value of the GatingRule property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSafetyRuleResponse.Builder assertionRule(AssertionRule assertionRule)
assertionRule - The new value for the AssertionRule property for this object.default UpdateSafetyRuleResponse.Builder assertionRule(Consumer<AssertionRule.Builder> assertionRule)
AssertionRule.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)
gatingRule - The new value for the GatingRule property for this object.default UpdateSafetyRuleResponse.Builder gatingRule(Consumer<GatingRule.Builder> gatingRule)
GatingRule.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 © 2021. All rights reserved.