Interface CodeReviewSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeReviewSummary.Builder,,CodeReviewSummary> SdkBuilder<CodeReviewSummary.Builder,,CodeReviewSummary> SdkPojo
- Enclosing class:
CodeReviewSummary
@Mutable
@NotThreadSafe
public static interface CodeReviewSummary.Builder
extends SdkPojo, CopyableBuilder<CodeReviewSummary.Builder,CodeReviewSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the agent space that contains the code review.codeReviewId(String codeReviewId) The unique identifier of the code review.The date and time the code review was created, in UTC format.The title of the code review.The date and time the code review 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
-
codeReviewId
The unique identifier of the code review.
- Parameters:
codeReviewId- The unique identifier of the code review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSpaceId
The unique identifier of the agent space that contains the code review.
- Parameters:
agentSpaceId- The unique identifier of the agent space that contains the code review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the code review.
- Parameters:
title- The title of the code review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the code review was created, in UTC format.
- Parameters:
createdAt- The date and time the code review 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 was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the code review was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-