Interface Evaluation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Evaluation.Builder,,- Evaluation> - SdkBuilder<Evaluation.Builder,,- Evaluation> - SdkPojo
- Enclosing class:
- Evaluation
@Mutable
@NotThreadSafe
public static interface Evaluation.Builder
extends SdkPojo, CopyableBuilder<Evaluation.Builder,Evaluation> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
approvedWhether 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.
 
- 
overriddenWhether 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.
 
- 
approvalRulesSatisfiedThe 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.
 
- 
approvalRulesSatisfiedThe 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.
 
- 
approvalRulesNotSatisfiedThe 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.
 
- 
approvalRulesNotSatisfiedThe 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.
 
 
-