public static interface DescribeSafetyRuleResponse.Builder extends Route53RecoveryControlConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeSafetyRuleResponse.Builder,DescribeSafetyRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSafetyRuleResponse.Builder |
assertionRule(AssertionRule assertionRule)
The assertion rule in the response.
|
default DescribeSafetyRuleResponse.Builder |
assertionRule(Consumer<AssertionRule.Builder> assertionRule)
The assertion rule in the response.
|
default DescribeSafetyRuleResponse.Builder |
gatingRule(Consumer<GatingRule.Builder> gatingRule)
The gating rule in the response.
|
DescribeSafetyRuleResponse.Builder |
gatingRule(GatingRule gatingRule)
The gating rule in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSafetyRuleResponse.Builder assertionRule(AssertionRule assertionRule)
The assertion rule in the response.
assertionRule - The assertion rule in the response.default DescribeSafetyRuleResponse.Builder assertionRule(Consumer<AssertionRule.Builder> assertionRule)
The assertion rule in the response.
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)DescribeSafetyRuleResponse.Builder gatingRule(GatingRule gatingRule)
The gating rule in the response.
gatingRule - The gating rule in the response.default DescribeSafetyRuleResponse.Builder gatingRule(Consumer<GatingRule.Builder> gatingRule)
The gating rule in the response.
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 © 2023. All rights reserved.