Interface EvaluationReviewRequestComment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationReviewRequestComment.Builder,,EvaluationReviewRequestComment> SdkBuilder<EvaluationReviewRequestComment.Builder,,EvaluationReviewRequestComment> SdkPojo
- Enclosing class:
EvaluationReviewRequestComment
@Mutable
@NotThreadSafe
public static interface EvaluationReviewRequestComment.Builder
extends SdkPojo, CopyableBuilder<EvaluationReviewRequestComment.Builder,EvaluationReviewRequestComment>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content of the review request comment.The user who created the review request comment.createdTime(Instant createdTime) The timestamp when the review request comment was created.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
-
comment
The text content of the review request comment.
- Parameters:
comment- The text content of the review request comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The timestamp when the review request comment was created.
- Parameters:
createdTime- The timestamp when the review request comment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user who created the review request comment.
- Parameters:
createdBy- The user who created the review request comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-