Interface BatchGetCodeReviewsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetCodeReviewsResponse.Builder,,BatchGetCodeReviewsResponse> SdkBuilder<BatchGetCodeReviewsResponse.Builder,,BatchGetCodeReviewsResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
BatchGetCodeReviewsResponse
@Mutable
@NotThreadSafe
public static interface BatchGetCodeReviewsResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<BatchGetCodeReviewsResponse.Builder,BatchGetCodeReviewsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncodeReviews(Collection<CodeReview> codeReviews) The list of code reviews that were found.codeReviews(Consumer<CodeReview.Builder>... codeReviews) The list of code reviews that were found.codeReviews(CodeReview... codeReviews) The list of code reviews that were found.The list of code review identifiers that were not found.notFound(Collection<String> notFound) The list of code review 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
-
codeReviews
The list of code reviews that were found.
- Parameters:
codeReviews- The list of code reviews that were found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviews
The list of code reviews that were found.
- Parameters:
codeReviews- The list of code reviews that were found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviews
The list of code reviews that were found.
This is a convenience method that creates an instance of theCodeReview.Builderavoiding the need to create one manually viaCodeReview.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeReviews(List<CodeReview>).- Parameters:
codeReviews- a consumer that will call methods onCodeReview.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notFound
The list of code review identifiers that were not found.
- Parameters:
notFound- The list of code review 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 identifiers that were not found.
- Parameters:
notFound- The list of code review identifiers that were not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-