| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Note.Builder |
Note.builder() |
Note.Builder |
Note.Builder.text(String text)
The text of a note.
|
Note.Builder |
Note.toBuilder() |
Note.Builder |
Note.Builder.updatedAt(String updatedAt)
The timestamp of when the note was updated.
|
Note.Builder |
Note.Builder.updatedBy(String updatedBy)
The principal that created a note.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Note.Builder> |
Note.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.note(Consumer<Note.Builder> note)
A user-defined note added to a finding.
|
Copyright © 2023. All rights reserved.