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