public static interface OverridePullRequestApprovalRulesRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<OverridePullRequestApprovalRulesRequest.Builder,OverridePullRequestApprovalRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
OverridePullRequestApprovalRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
OverridePullRequestApprovalRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
OverridePullRequestApprovalRulesRequest.Builder |
overrideStatus(OverrideStatus overrideStatus)
Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous
override and apply approval rule requirements (REVOKE).
|
OverridePullRequestApprovalRulesRequest.Builder |
overrideStatus(String overrideStatus)
Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous
override and apply approval rule requirements (REVOKE).
|
OverridePullRequestApprovalRulesRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request for which you want to override all approval rule requirements.
|
OverridePullRequestApprovalRulesRequest.Builder |
revisionId(String revisionId)
The system-generated ID of the most recent revision of the pull request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildOverridePullRequestApprovalRulesRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request for which you want to override all approval rule requirements. To get this information, use GetPullRequest.
pullRequestId - The system-generated ID of the pull request for which you want to override all approval rule
requirements. To get this information, use GetPullRequest.OverridePullRequestApprovalRulesRequest.Builder revisionId(String revisionId)
The system-generated ID of the most recent revision of the pull request. You cannot override approval rules for anything but the most recent revision of a pull request. To get the revision ID, use GetPullRequest.
revisionId - The system-generated ID of the most recent revision of the pull request. You cannot override approval
rules for anything but the most recent revision of a pull request. To get the revision ID, use
GetPullRequest.OverridePullRequestApprovalRulesRequest.Builder overrideStatus(String overrideStatus)
Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous override and apply approval rule requirements (REVOKE). REVOKE status is not stored.
overrideStatus - Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a
previous override and apply approval rule requirements (REVOKE). REVOKE status is not stored.OverrideStatus,
OverrideStatusOverridePullRequestApprovalRulesRequest.Builder overrideStatus(OverrideStatus overrideStatus)
Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous override and apply approval rule requirements (REVOKE). REVOKE status is not stored.
overrideStatus - Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a
previous override and apply approval rule requirements (REVOKE). REVOKE status is not stored.OverrideStatus,
OverrideStatusOverridePullRequestApprovalRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderOverridePullRequestApprovalRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.