Uses of Interface
software.amazon.awssdk.services.auditmanager.model.ControlComment.Builder
-
Packages that use ControlComment.Builder Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlComment.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ControlComment.Builder Modifier and Type Method Description ControlComment.BuilderControlComment.Builder. authorName(String authorName)The name of the user who authored the comment.static ControlComment.BuilderControlComment. builder()ControlComment.BuilderControlComment.Builder. commentBody(String commentBody)The body text of a control comment.ControlComment.BuilderControlComment.Builder. postedDate(Instant postedDate)The time when the comment was posted.ControlComment.BuilderControlComment. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlComment.Builder Modifier and Type Method Description static Class<? extends ControlComment.Builder>ControlComment. serializableBuilderClass()
-