Uses of Interface
software.amazon.awssdk.services.securityhub.model.NoteUpdate.Builder
-
Packages that use NoteUpdate.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NoteUpdate.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NoteUpdate.Builder Modifier and Type Method Description static NoteUpdate.BuilderNoteUpdate. builder()NoteUpdate.BuilderNoteUpdate.Builder. text(String text)The updated note text.NoteUpdate.BuilderNoteUpdate. toBuilder()NoteUpdate.BuilderNoteUpdate.Builder. updatedBy(String updatedBy)The principal that updated the note.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NoteUpdate.Builder Modifier and Type Method Description static Class<? extends NoteUpdate.Builder>NoteUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NoteUpdate.Builder Modifier and Type Method Description default AutomationRulesFindingFieldsUpdate.BuilderAutomationRulesFindingFieldsUpdate.Builder. note(Consumer<NoteUpdate.Builder> note)Sets the value of the Note property for this object.default BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. note(Consumer<NoteUpdate.Builder> note)Sets the value of the Note property for this object.default UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. note(Consumer<NoteUpdate.Builder> note)The updated note for the finding.
-