Interface AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation.Builder,
,AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation> SdkBuilder<AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation.Builder,
,AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation.Builder,AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionnaturalLanguage
(String naturalLanguage) The natural language description of the rule that should be converted into a formal logical expression.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
naturalLanguage
AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation.Builder naturalLanguage(String naturalLanguage) The natural language description of the rule that should be converted into a formal logical expression.
- Parameters:
naturalLanguage
- The natural language description of the rule that should be converted into a formal logical expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-