| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ApprovalRule |
ApprovalRule.clone() |
ApprovalRule |
CreatePullRequestApprovalRuleResult.getApprovalRule()
Information about the created approval rule.
|
ApprovalRule |
UpdatePullRequestApprovalRuleContentResult.getApprovalRule()
Information about the updated approval rule.
|
ApprovalRule |
ApprovalRule.withApprovalRuleContent(String approvalRuleContent)
The content of the approval rule.
|
ApprovalRule |
ApprovalRule.withApprovalRuleId(String approvalRuleId)
The system-generated ID of the approval rule.
|
ApprovalRule |
ApprovalRule.withApprovalRuleName(String approvalRuleName)
The name of the approval rule.
|
ApprovalRule |
ApprovalRule.withCreationDate(Date creationDate)
The date the approval rule was created, in timestamp format.
|
ApprovalRule |
ApprovalRule.withLastModifiedDate(Date lastModifiedDate)
The date the approval rule was most recently changed, in timestamp format.
|
ApprovalRule |
ApprovalRule.withLastModifiedUser(String lastModifiedUser)
The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule.
|
ApprovalRule |
ApprovalRule.withOriginApprovalRuleTemplate(OriginApprovalRuleTemplate originApprovalRuleTemplate)
The approval rule template used to create the rule.
|
ApprovalRule |
ApprovalRule.withRuleContentSha256(String ruleContentSha256)
The SHA-256 hash signature for the content of the approval rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApprovalRule> |
PullRequest.getApprovalRules()
The approval rules applied to the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePullRequestApprovalRuleResult.setApprovalRule(ApprovalRule approvalRule)
Information about the created approval rule.
|
void |
UpdatePullRequestApprovalRuleContentResult.setApprovalRule(ApprovalRule approvalRule)
Information about the updated approval rule.
|
CreatePullRequestApprovalRuleResult |
CreatePullRequestApprovalRuleResult.withApprovalRule(ApprovalRule approvalRule)
Information about the created approval rule.
|
UpdatePullRequestApprovalRuleContentResult |
UpdatePullRequestApprovalRuleContentResult.withApprovalRule(ApprovalRule approvalRule)
Information about the updated approval rule.
|
PullRequest |
PullRequest.withApprovalRules(ApprovalRule... approvalRules)
The approval rules applied to the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequest.setApprovalRules(Collection<ApprovalRule> approvalRules)
The approval rules applied to the pull request.
|
PullRequest |
PullRequest.withApprovalRules(Collection<ApprovalRule> approvalRules)
The approval rules applied to the pull request.
|
Copyright © 2021. All rights reserved.