Uses of Interface
software.amazon.awssdk.services.codecommit.model.UpdatePullRequestApprovalRuleContentResponse.Builder
-
Packages that use UpdatePullRequestApprovalRuleContentResponse.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of UpdatePullRequestApprovalRuleContentResponse.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return UpdatePullRequestApprovalRuleContentResponse.Builder Modifier and Type Method Description default UpdatePullRequestApprovalRuleContentResponse.BuilderUpdatePullRequestApprovalRuleContentResponse.Builder. approvalRule(Consumer<ApprovalRule.Builder> approvalRule)Information about the updated approval rule.UpdatePullRequestApprovalRuleContentResponse.BuilderUpdatePullRequestApprovalRuleContentResponse.Builder. approvalRule(ApprovalRule approvalRule)Information about the updated approval rule.static UpdatePullRequestApprovalRuleContentResponse.BuilderUpdatePullRequestApprovalRuleContentResponse. builder()UpdatePullRequestApprovalRuleContentResponse.BuilderUpdatePullRequestApprovalRuleContentResponse. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type UpdatePullRequestApprovalRuleContentResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePullRequestApprovalRuleContentResponse.Builder>UpdatePullRequestApprovalRuleContentResponse. serializableBuilderClass()
-