public static interface CreateSafetyRuleRequest.Builder extends Route53RecoveryControlConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateSafetyRuleRequest.Builder,CreateSafetyRuleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSafetyRuleRequest.Builder assertionRule(NewAssertionRule assertionRule)
The assertion rule requested.
assertionRule - The assertion rule requested.default CreateSafetyRuleRequest.Builder assertionRule(Consumer<NewAssertionRule.Builder> assertionRule)
The assertion rule requested.
This is a convenience method that creates an instance of theNewAssertionRule.Builder avoiding the
need to create one manually via NewAssertionRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assertionRule(NewAssertionRule).
assertionRule - a consumer that will call methods on NewAssertionRule.BuilderassertionRule(NewAssertionRule)CreateSafetyRuleRequest.Builder clientToken(String clientToken)
A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
clientToken - A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with
an action, specify a client token in the request.CreateSafetyRuleRequest.Builder gatingRule(NewGatingRule gatingRule)
The gating rule requested.
gatingRule - The gating rule requested.default CreateSafetyRuleRequest.Builder gatingRule(Consumer<NewGatingRule.Builder> gatingRule)
The gating rule requested.
This is a convenience method that creates an instance of theNewGatingRule.Builder avoiding the need
to create one manually via NewGatingRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gatingRule(NewGatingRule).
gatingRule - a consumer that will call methods on NewGatingRule.BuildergatingRule(NewGatingRule)CreateSafetyRuleRequest.Builder tags(Map<String,String> tags)
The tags associated with the safety rule.
tags - The tags associated with the safety rule.CreateSafetyRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSafetyRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.