Interface BatchGetCodeReviewJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetCodeReviewJobsResponse.Builder,,BatchGetCodeReviewJobsResponse> SdkBuilder<BatchGetCodeReviewJobsResponse.Builder,,BatchGetCodeReviewJobsResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
BatchGetCodeReviewJobsResponse
@Mutable
@NotThreadSafe
public static interface BatchGetCodeReviewJobsResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<BatchGetCodeReviewJobsResponse.Builder,BatchGetCodeReviewJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncodeReviewJobs(Collection<CodeReviewJob> codeReviewJobs) The list of code review jobs that were found.codeReviewJobs(Consumer<CodeReviewJob.Builder>... codeReviewJobs) The list of code review jobs that were found.codeReviewJobs(CodeReviewJob... codeReviewJobs) The list of code review jobs that were found.The list of code review job identifiers that were not found.notFound(Collection<String> notFound) The list of code review job identifiers that were not found.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
codeReviewJobs
The list of code review jobs that were found.
- Parameters:
codeReviewJobs- The list of code review jobs that were found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewJobs
The list of code review jobs that were found.
- Parameters:
codeReviewJobs- The list of code review jobs that were found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewJobs
BatchGetCodeReviewJobsResponse.Builder codeReviewJobs(Consumer<CodeReviewJob.Builder>... codeReviewJobs) The list of code review jobs that were found.
This is a convenience method that creates an instance of theCodeReviewJob.Builderavoiding the need to create one manually viaCodeReviewJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeReviewJobs(List<CodeReviewJob>).- Parameters:
codeReviewJobs- a consumer that will call methods onCodeReviewJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notFound
The list of code review job identifiers that were not found.
- Parameters:
notFound- The list of code review job identifiers that were not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notFound
The list of code review job identifiers that were not found.
- Parameters:
notFound- The list of code review job identifiers that were not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-