Interface AutomatedReasoningPolicyBuildResultAssets.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyBuildResultAssets.Builder,,AutomatedReasoningPolicyBuildResultAssets> SdkBuilder<AutomatedReasoningPolicyBuildResultAssets.Builder,,AutomatedReasoningPolicyBuildResultAssets> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyBuildResultAssets
-
Method Summary
Modifier and TypeMethodDescriptionThe complete build log containing detailed information about each step in the policy generation process.buildLog(AutomatedReasoningPolicyBuildLog buildLog) The complete build log containing detailed information about each step in the policy generation process.generatedTestCases(Consumer<AutomatedReasoningPolicyGeneratedTestCases.Builder> generatedTestCases) A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.generatedTestCases(AutomatedReasoningPolicyGeneratedTestCases generatedTestCases) A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.policyDefinition(Consumer<AutomatedReasoningPolicyDefinition.Builder> policyDefinition) The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.policyDefinition(AutomatedReasoningPolicyDefinition policyDefinition) The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.qualityReport(AutomatedReasoningPolicyDefinitionQualityReport qualityReport) A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.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
-
policyDefinition
AutomatedReasoningPolicyBuildResultAssets.Builder policyDefinition(AutomatedReasoningPolicyDefinition policyDefinition) The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
- Parameters:
policyDefinition- The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDefinition
default AutomatedReasoningPolicyBuildResultAssets.Builder policyDefinition(Consumer<AutomatedReasoningPolicyDefinition.Builder> policyDefinition) The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyDefinition.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicyDefinition(AutomatedReasoningPolicyDefinition).- Parameters:
policyDefinition- a consumer that will call methods onAutomatedReasoningPolicyDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qualityReport
AutomatedReasoningPolicyBuildResultAssets.Builder qualityReport(AutomatedReasoningPolicyDefinitionQualityReport qualityReport) A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.
- Parameters:
qualityReport- A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualityReport
default AutomatedReasoningPolicyBuildResultAssets.Builder qualityReport(Consumer<AutomatedReasoningPolicyDefinitionQualityReport.Builder> qualityReport) A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyDefinitionQualityReport.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyDefinitionQualityReport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqualityReport(AutomatedReasoningPolicyDefinitionQualityReport).- Parameters:
qualityReport- a consumer that will call methods onAutomatedReasoningPolicyDefinitionQualityReport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buildLog
AutomatedReasoningPolicyBuildResultAssets.Builder buildLog(AutomatedReasoningPolicyBuildLog buildLog) The complete build log containing detailed information about each step in the policy generation process.
- Parameters:
buildLog- The complete build log containing detailed information about each step in the policy generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buildLog
default AutomatedReasoningPolicyBuildResultAssets.Builder buildLog(Consumer<AutomatedReasoningPolicyBuildLog.Builder> buildLog) The complete build log containing detailed information about each step in the policy generation process.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyBuildLog.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyBuildLog.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobuildLog(AutomatedReasoningPolicyBuildLog).- Parameters:
buildLog- a consumer that will call methods onAutomatedReasoningPolicyBuildLog.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
generatedTestCases
AutomatedReasoningPolicyBuildResultAssets.Builder generatedTestCases(AutomatedReasoningPolicyGeneratedTestCases generatedTestCases) A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
- Parameters:
generatedTestCases- A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generatedTestCases
default AutomatedReasoningPolicyBuildResultAssets.Builder generatedTestCases(Consumer<AutomatedReasoningPolicyGeneratedTestCases.Builder> generatedTestCases) A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyGeneratedTestCases.Builderavoiding the need to create one manually viaAutomatedReasoningPolicyGeneratedTestCases.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togeneratedTestCases(AutomatedReasoningPolicyGeneratedTestCases).- Parameters:
generatedTestCases- a consumer that will call methods onAutomatedReasoningPolicyGeneratedTestCases.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-