| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Threat.Builder |
Threat.builder() |
Threat.Builder |
Threat.Builder.filePaths(Collection<FilePaths> filePaths)
Provides information about the file paths that were affected by the threat.
|
Threat.Builder |
Threat.Builder.filePaths(Consumer<FilePaths.Builder>... filePaths)
Provides information about the file paths that were affected by the threat.
|
Threat.Builder |
Threat.Builder.filePaths(FilePaths... filePaths)
Provides information about the file paths that were affected by the threat.
|
Threat.Builder |
Threat.Builder.itemCount(Integer itemCount)
This total number of items in which the threat has been detected.
|
Threat.Builder |
Threat.Builder.name(String name)
The name of the threat.
|
Threat.Builder |
Threat.Builder.severity(String severity)
The severity of the threat.
|
Threat.Builder |
Threat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Threat.Builder> |
Threat.serializableBuilderClass() |
Copyright © 2023. All rights reserved.