public static interface CreateSafetyRuleResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateSafetyRuleResponse.Builder,CreateSafetyRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSafetyRuleResponse.Builder |
assertionRule(AssertionRule assertionRule)
The assertion rule created.
|
default CreateSafetyRuleResponse.Builder |
assertionRule(Consumer<AssertionRule.Builder> assertionRule)
The assertion rule created.
|
default CreateSafetyRuleResponse.Builder |
gatingRule(Consumer<GatingRule.Builder> gatingRule)
The gating rule created.
|
CreateSafetyRuleResponse.Builder |
gatingRule(GatingRule gatingRule)
The gating rule created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSafetyRuleResponse.Builder assertionRule(AssertionRule assertionRule)
The assertion rule created.
assertionRule - The assertion rule created.default CreateSafetyRuleResponse.Builder assertionRule(Consumer<AssertionRule.Builder> assertionRule)
The assertion rule created.
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)CreateSafetyRuleResponse.Builder gatingRule(GatingRule gatingRule)
The gating rule created.
gatingRule - The gating rule created.default CreateSafetyRuleResponse.Builder gatingRule(Consumer<GatingRule.Builder> gatingRule)
The gating rule created.
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.