Uses of Interface
software.amazon.awssdk.services.codecommit.model.Evaluation.Builder
-
Packages that use Evaluation.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Evaluation.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Evaluation.Builder Modifier and Type Method Description Evaluation.BuilderEvaluation.Builder. approvalRulesNotSatisfied(String... approvalRulesNotSatisfied)The names of the approval rules that have not had their conditions met.Evaluation.BuilderEvaluation.Builder. approvalRulesNotSatisfied(Collection<String> approvalRulesNotSatisfied)The names of the approval rules that have not had their conditions met.Evaluation.BuilderEvaluation.Builder. approvalRulesSatisfied(String... approvalRulesSatisfied)The names of the approval rules that have had their conditions met.Evaluation.BuilderEvaluation.Builder. approvalRulesSatisfied(Collection<String> approvalRulesSatisfied)The names of the approval rules that have had their conditions met.Evaluation.BuilderEvaluation.Builder. approved(Boolean approved)Whether the state of the pull request is approved.static Evaluation.BuilderEvaluation. builder()Evaluation.BuilderEvaluation.Builder. overridden(Boolean overridden)Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.Evaluation.BuilderEvaluation. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Evaluation.Builder Modifier and Type Method Description static Class<? extends Evaluation.Builder>Evaluation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Evaluation.Builder Modifier and Type Method Description default EvaluatePullRequestApprovalRulesResponse.BuilderEvaluatePullRequestApprovalRulesResponse.Builder. evaluation(Consumer<Evaluation.Builder> evaluation)The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.
-