Interface ListPullRequestsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>,SdkBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPullRequestsResponse
public static interface ListPullRequestsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPullRequestsResponse.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the next results of the operation.ListPullRequestsResponse.BuilderpullRequestIds(String... pullRequestIds)The system-generated IDs of the pull requests.ListPullRequestsResponse.BuilderpullRequestIds(Collection<String> pullRequestIds)The system-generated IDs of the pull requests.-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pullRequestIds
ListPullRequestsResponse.Builder pullRequestIds(Collection<String> pullRequestIds)
The system-generated IDs of the pull requests.
- Parameters:
pullRequestIds- The system-generated IDs of the pull requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pullRequestIds
ListPullRequestsResponse.Builder pullRequestIds(String... pullRequestIds)
The system-generated IDs of the pull requests.
- Parameters:
pullRequestIds- The system-generated IDs of the pull requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPullRequestsResponse.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
- Parameters:
nextToken- An enumeration token that allows the operation to batch the next results of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-