Interface AutomatedReasoningPolicyGenerateFidelityReportContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyGenerateFidelityReportContent.Builder,,AutomatedReasoningPolicyGenerateFidelityReportContent> SdkBuilder<AutomatedReasoningPolicyGenerateFidelityReportContent.Builder,,AutomatedReasoningPolicyGenerateFidelityReportContent> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyGenerateFidelityReportContent
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyGenerateFidelityReportContent.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyGenerateFidelityReportContent.Builder,AutomatedReasoningPolicyGenerateFidelityReportContent>
-
Method Summary
Modifier and TypeMethodDescriptionSource documents to analyze for generating a new fidelity report.Source documents to analyze for generating a new fidelity report.documents(AutomatedReasoningPolicyBuildWorkflowDocument... documents) Source documents to analyze for generating a new fidelity report.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
-
documents
AutomatedReasoningPolicyGenerateFidelityReportContent.Builder documents(Collection<AutomatedReasoningPolicyBuildWorkflowDocument> documents) Source documents to analyze for generating a new fidelity report. The documents will be processed to create atomic statements and grounding information.
- Parameters:
documents- Source documents to analyze for generating a new fidelity report. The documents will be processed to create atomic statements and grounding information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documents
AutomatedReasoningPolicyGenerateFidelityReportContent.Builder documents(AutomatedReasoningPolicyBuildWorkflowDocument... documents) Source documents to analyze for generating a new fidelity report. The documents will be processed to create atomic statements and grounding information.
- Parameters:
documents- Source documents to analyze for generating a new fidelity report. The documents will be processed to create atomic statements and grounding information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documents
AutomatedReasoningPolicyGenerateFidelityReportContent.Builder documents(Consumer<AutomatedReasoningPolicyBuildWorkflowDocument.Builder>... documents) Source documents to analyze for generating a new fidelity report. The documents will be processed to create atomic statements and grounding information.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyBuildWorkflowDocument.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyBuildWorkflowDocument.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocuments(List<AutomatedReasoningPolicyBuildWorkflowDocument>).- Parameters:
documents- a consumer that will call methods onAutomatedReasoningPolicyBuildWorkflowDocument.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-