Uses of Interface
software.amazon.awssdk.services.codecommit.model.EvaluatePullRequestApprovalRulesResponse.Builder
-
Packages that use EvaluatePullRequestApprovalRulesResponse.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of EvaluatePullRequestApprovalRulesResponse.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return EvaluatePullRequestApprovalRulesResponse.Builder Modifier and Type Method Description static EvaluatePullRequestApprovalRulesResponse.BuilderEvaluatePullRequestApprovalRulesResponse. builder()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.EvaluatePullRequestApprovalRulesResponse.BuilderEvaluatePullRequestApprovalRulesResponse.Builder. evaluation(Evaluation 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.EvaluatePullRequestApprovalRulesResponse.BuilderEvaluatePullRequestApprovalRulesResponse. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type EvaluatePullRequestApprovalRulesResponse.Builder Modifier and Type Method Description static Class<? extends EvaluatePullRequestApprovalRulesResponse.Builder>EvaluatePullRequestApprovalRulesResponse. serializableBuilderClass()
-