Interface AutomatedReasoningPolicyStatementReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyStatementReference.Builder,,AutomatedReasoningPolicyStatementReference> SdkBuilder<AutomatedReasoningPolicyStatementReference.Builder,,AutomatedReasoningPolicyStatementReference> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyStatementReference
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyStatementReference.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyStatementReference.Builder,AutomatedReasoningPolicyStatementReference>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentId(String documentId) The unique identifier of the document containing the referenced statement.statementId(String statementId) The unique identifier of the specific atomic statement being referenced.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
-
documentId
The unique identifier of the document containing the referenced statement.
- Parameters:
documentId- The unique identifier of the document containing the referenced statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementId
The unique identifier of the specific atomic statement being referenced.
- Parameters:
statementId- The unique identifier of the specific atomic statement being referenced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-