Interface ListCommentsItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListCommentsItem.Builder,ListCommentsItem>,SdkBuilder<ListCommentsItem.Builder,ListCommentsItem>,SdkPojo
- Enclosing class:
- ListCommentsItem
public static interface ListCommentsItem.Builder extends SdkPojo, CopyableBuilder<ListCommentsItem.Builder,ListCommentsItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCommentsItem.Builderbody(String body)ListCommentsItem.BuildercommentId(String commentId)ListCommentsItem.BuildercreatedDate(Instant createdDate)ListCommentsItem.Buildercreator(String creator)ListCommentsItem.BuilderlastUpdatedBy(String lastUpdatedBy)ListCommentsItem.BuilderlastUpdatedDate(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 Detail
-
commentId
ListCommentsItem.Builder commentId(String commentId)
- Parameters:
commentId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
ListCommentsItem.Builder createdDate(Instant createdDate)
- Parameters:
createdDate-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
ListCommentsItem.Builder lastUpdatedDate(Instant lastUpdatedDate)
- Parameters:
lastUpdatedDate-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creator
ListCommentsItem.Builder creator(String creator)
- Parameters:
creator-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedBy
ListCommentsItem.Builder lastUpdatedBy(String lastUpdatedBy)
- Parameters:
lastUpdatedBy-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
ListCommentsItem.Builder body(String body)
- Parameters:
body-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-