Interface Evaluation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Evaluation.Builder,
,Evaluation> SdkBuilder<Evaluation.Builder,
,Evaluation> SdkPojo
- Enclosing class:
Evaluation
public static interface Evaluation.Builder
extends SdkPojo, CopyableBuilder<Evaluation.Builder,Evaluation>
-
Method Summary
Modifier and TypeMethodDescriptionapprovalRulesNotSatisfied
(String... approvalRulesNotSatisfied) The names of the approval rules that have not had their conditions met.approvalRulesNotSatisfied
(Collection<String> approvalRulesNotSatisfied) The names of the approval rules that have not had their conditions met.approvalRulesSatisfied
(String... approvalRulesSatisfied) The names of the approval rules that have had their conditions met.approvalRulesSatisfied
(Collection<String> approvalRulesSatisfied) The names of the approval rules that have had their conditions met.Whether the state of the pull request is approved.overridden
(Boolean overridden) Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.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, sdkFields
-
Method Details
-
approved
Whether the state of the pull request is approved.
- Parameters:
approved
- Whether the state of the pull request is approved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overridden
Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.
- Parameters:
overridden
- Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalRulesSatisfied
The names of the approval rules that have had their conditions met.
- Parameters:
approvalRulesSatisfied
- The names of the approval rules that have had their conditions met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalRulesSatisfied
The names of the approval rules that have had their conditions met.
- Parameters:
approvalRulesSatisfied
- The names of the approval rules that have had their conditions met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalRulesNotSatisfied
The names of the approval rules that have not had their conditions met.
- Parameters:
approvalRulesNotSatisfied
- The names of the approval rules that have not had their conditions met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalRulesNotSatisfied
The names of the approval rules that have not had their conditions met.
- Parameters:
approvalRulesNotSatisfied
- The names of the approval rules that have not had their conditions met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-