Interface AutomatedReasoningCheckImpossibleFinding.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningCheckImpossibleFinding.Builder,,AutomatedReasoningCheckImpossibleFinding> SdkBuilder<AutomatedReasoningCheckImpossibleFinding.Builder,,AutomatedReasoningCheckImpossibleFinding> SdkPojo
- Enclosing class:
AutomatedReasoningCheckImpossibleFinding
-
Method Summary
Modifier and TypeMethodDescriptioncontradictingRules(Collection<AutomatedReasoningCheckRule> contradictingRules) The automated reasoning policy rules that contradict the claims and/or premises in the input.contradictingRules(Consumer<AutomatedReasoningCheckRule.Builder>... contradictingRules) The automated reasoning policy rules that contradict the claims and/or premises in the input.contradictingRules(AutomatedReasoningCheckRule... contradictingRules) The automated reasoning policy rules that contradict the claims and/or premises in the input.logicWarning(Consumer<AutomatedReasoningCheckLogicWarning.Builder> logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.logicWarning(AutomatedReasoningCheckLogicWarning logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.translation(Consumer<AutomatedReasoningCheckTranslation.Builder> translation) The logical translation of the input that this finding evaluates.translation(AutomatedReasoningCheckTranslation translation) The logical translation of the input that this finding evaluates.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
-
translation
AutomatedReasoningCheckImpossibleFinding.Builder translation(AutomatedReasoningCheckTranslation translation) The logical translation of the input that this finding evaluates.
- Parameters:
translation- The logical translation of the input that this finding evaluates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
translation
default AutomatedReasoningCheckImpossibleFinding.Builder translation(Consumer<AutomatedReasoningCheckTranslation.Builder> translation) The logical translation of the input that this finding evaluates.
This is a convenience method that creates an instance of theAutomatedReasoningCheckTranslation.Builderavoiding the need to create one manually viaAutomatedReasoningCheckTranslation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totranslation(AutomatedReasoningCheckTranslation).- Parameters:
translation- a consumer that will call methods onAutomatedReasoningCheckTranslation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contradictingRules
AutomatedReasoningCheckImpossibleFinding.Builder contradictingRules(Collection<AutomatedReasoningCheckRule> contradictingRules) The automated reasoning policy rules that contradict the claims and/or premises in the input.
- Parameters:
contradictingRules- The automated reasoning policy rules that contradict the claims and/or premises in the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contradictingRules
AutomatedReasoningCheckImpossibleFinding.Builder contradictingRules(AutomatedReasoningCheckRule... contradictingRules) The automated reasoning policy rules that contradict the claims and/or premises in the input.
- Parameters:
contradictingRules- The automated reasoning policy rules that contradict the claims and/or premises in the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contradictingRules
AutomatedReasoningCheckImpossibleFinding.Builder contradictingRules(Consumer<AutomatedReasoningCheckRule.Builder>... contradictingRules) The automated reasoning policy rules that contradict the claims and/or premises in the input.
This is a convenience method that creates an instance of theAutomatedReasoningCheckRule.Builderavoiding the need to create one manually viaAutomatedReasoningCheckRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontradictingRules(List<AutomatedReasoningCheckRule>).- Parameters:
contradictingRules- a consumer that will call methods onAutomatedReasoningCheckRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logicWarning
AutomatedReasoningCheckImpossibleFinding.Builder logicWarning(AutomatedReasoningCheckLogicWarning logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
- Parameters:
logicWarning- Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logicWarning
default AutomatedReasoningCheckImpossibleFinding.Builder logicWarning(Consumer<AutomatedReasoningCheckLogicWarning.Builder> logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
This is a convenience method that creates an instance of theAutomatedReasoningCheckLogicWarning.Builderavoiding the need to create one manually viaAutomatedReasoningCheckLogicWarning.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologicWarning(AutomatedReasoningCheckLogicWarning).- Parameters:
logicWarning- a consumer that will call methods onAutomatedReasoningCheckLogicWarning.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-