| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static NoteUpdate.Builder |
NoteUpdate.builder() |
NoteUpdate.Builder |
NoteUpdate.Builder.text(String text)
The updated note text.
|
NoteUpdate.Builder |
NoteUpdate.toBuilder() |
NoteUpdate.Builder |
NoteUpdate.Builder.updatedBy(String updatedBy)
The principal that updated the note.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NoteUpdate.Builder> |
NoteUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AutomationRulesFindingFieldsUpdate.Builder |
AutomationRulesFindingFieldsUpdate.Builder.note(Consumer<NoteUpdate.Builder> note)
Sets the value of the Note property for this object.
|
default UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.note(Consumer<NoteUpdate.Builder> note)
The updated note for the finding.
|
default BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.note(Consumer<NoteUpdate.Builder> note)
Sets the value of the Note property for this object.
|
Copyright © 2023. All rights reserved.