Interface CodeReviewJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeReviewJobSummary.Builder,,CodeReviewJobSummary> SdkBuilder<CodeReviewJobSummary.Builder,,CodeReviewJobSummary> SdkPojo
- Enclosing class:
CodeReviewJobSummary
@Mutable
@NotThreadSafe
public static interface CodeReviewJobSummary.Builder
extends SdkPojo, CopyableBuilder<CodeReviewJobSummary.Builder,CodeReviewJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncodeReviewId(String codeReviewId) The unique identifier of the code review associated with the job.codeReviewJobId(String codeReviewJobId) The unique identifier of the code review job.The date and time the code review job was created, in UTC format.The current status of the code review job.The current status of the code review job.The title of the code review job.The date and time the code review job was last updated, in UTC format.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, sdkFields
-
Method Details
-
codeReviewJobId
The unique identifier of the code review job.
- Parameters:
codeReviewJobId- The unique identifier of the code review job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewId
The unique identifier of the code review associated with the job.
- Parameters:
codeReviewId- The unique identifier of the code review associated with the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the code review job.
- Parameters:
title- The title of the code review job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the code review job.
- Parameters:
status- The current status of the code review job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the code review job.
- Parameters:
status- The current status of the code review job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the code review job was created, in UTC format.
- Parameters:
createdAt- The date and time the code review job was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the code review job was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the code review job was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-