Interface AutomatedReasoningCheckRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningCheckRule.Builder,,AutomatedReasoningCheckRule> SdkBuilder<AutomatedReasoningCheckRule.Builder,,AutomatedReasoningCheckRule> SdkPojo
- Enclosing class:
AutomatedReasoningCheckRule
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningCheckRule.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningCheckRule.Builder,AutomatedReasoningCheckRule>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the automated reasoning rule.policyVersionArn(String policyVersionArn) The ARN of the automated reasoning policy version that contains this rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the automated reasoning rule.
- Parameters:
id- The unique identifier of the automated reasoning rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyVersionArn
The ARN of the automated reasoning policy version that contains this rule.
- Parameters:
policyVersionArn- The ARN of the automated reasoning policy version that contains this rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-