Interface ListCommentsItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListCommentsItem.Builder,
,ListCommentsItem> SdkBuilder<ListCommentsItem.Builder,
,ListCommentsItem> SdkPojo
- Enclosing class:
ListCommentsItem
@Mutable
@NotThreadSafe
public static interface ListCommentsItem.Builder
extends SdkPojo, CopyableBuilder<ListCommentsItem.Builder,ListCommentsItem>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) lastUpdatedBy
(String lastUpdatedBy) lastUpdatedDate
(Instant lastUpdatedDate) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
commentId
- Parameters:
commentId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
- Parameters:
createdDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
- Parameters:
lastUpdatedDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creator
- Parameters:
creator
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedBy
- Parameters:
lastUpdatedBy
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
- Parameters:
body
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-