Interface UpdatePullRequestApprovalStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<UpdatePullRequestApprovalStateRequest.Builder,UpdatePullRequestApprovalStateRequest>,SdkBuilder<UpdatePullRequestApprovalStateRequest.Builder,UpdatePullRequestApprovalStateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePullRequestApprovalStateRequest
public static interface UpdatePullRequestApprovalStateRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestApprovalStateRequest.Builder,UpdatePullRequestApprovalStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePullRequestApprovalStateRequest.BuilderapprovalState(String approvalState)The approval state to associate with the user on the pull request.UpdatePullRequestApprovalStateRequest.BuilderapprovalState(ApprovalState approvalState)The approval state to associate with the user on the pull request.UpdatePullRequestApprovalStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePullRequestApprovalStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePullRequestApprovalStateRequest.BuilderpullRequestId(String pullRequestId)The system-generated ID of the pull request.UpdatePullRequestApprovalStateRequest.BuilderrevisionId(String revisionId)The system-generated ID of the revision.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pullRequestId
UpdatePullRequestApprovalStateRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
- Parameters:
pullRequestId- The system-generated ID of the pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
UpdatePullRequestApprovalStateRequest.Builder revisionId(String revisionId)
The system-generated ID of the revision.
- Parameters:
revisionId- The system-generated ID of the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalState
UpdatePullRequestApprovalStateRequest.Builder approvalState(String approvalState)
The approval state to associate with the user on the pull request.
- Parameters:
approvalState- The approval state to associate with the user on the pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApprovalState,ApprovalState
-
approvalState
UpdatePullRequestApprovalStateRequest.Builder approvalState(ApprovalState approvalState)
The approval state to associate with the user on the pull request.
- Parameters:
approvalState- The approval state to associate with the user on the pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApprovalState,ApprovalState
-
overrideConfiguration
UpdatePullRequestApprovalStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePullRequestApprovalStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-