Uses of Interface
software.amazon.awssdk.services.securityir.model.ListCommentsItem.Builder
-
Packages that use ListCommentsItem.Builder Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of ListCommentsItem.Builder in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return ListCommentsItem.Builder Modifier and Type Method Description ListCommentsItem.BuilderListCommentsItem.Builder. body(String body)static ListCommentsItem.BuilderListCommentsItem. builder()ListCommentsItem.BuilderListCommentsItem.Builder. commentId(String commentId)ListCommentsItem.BuilderListCommentsItem.Builder. createdDate(Instant createdDate)ListCommentsItem.BuilderListCommentsItem.Builder. creator(String creator)ListCommentsItem.BuilderListCommentsItem.Builder. lastUpdatedBy(String lastUpdatedBy)ListCommentsItem.BuilderListCommentsItem.Builder. lastUpdatedDate(Instant lastUpdatedDate)ListCommentsItem.BuilderListCommentsItem. toBuilder()Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type ListCommentsItem.Builder Modifier and Type Method Description static Class<? extends ListCommentsItem.Builder>ListCommentsItem. serializableBuilderClass()
-