Interface GuardrailAutomatedReasoningStatement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailAutomatedReasoningStatement.Builder,
,GuardrailAutomatedReasoningStatement> SdkBuilder<GuardrailAutomatedReasoningStatement.Builder,
,GuardrailAutomatedReasoningStatement> SdkPojo
- Enclosing class:
GuardrailAutomatedReasoningStatement
@Mutable
@NotThreadSafe
public static interface GuardrailAutomatedReasoningStatement.Builder
extends SdkPojo, CopyableBuilder<GuardrailAutomatedReasoningStatement.Builder,GuardrailAutomatedReasoningStatement>
-
Method Summary
Modifier and TypeMethodDescriptionThe formal logical representation of the statement.naturalLanguage
(String naturalLanguage) The natural language explanation of the logical statement.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
-
logic
The formal logical representation of the statement.
- Parameters:
logic
- The formal logical representation of the statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
naturalLanguage
The natural language explanation of the logical statement.
- Parameters:
naturalLanguage
- The natural language explanation of the logical statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-