| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static FilePaths.Builder |
FilePaths.builder() |
FilePaths.Builder |
FilePaths.Builder.fileName(String fileName)
The name of the infected or suspicious file corresponding to the hash.
|
FilePaths.Builder |
FilePaths.Builder.filePath(String filePath)
Path to the infected or suspicious file on the resource it was detected on.
|
FilePaths.Builder |
FilePaths.Builder.hash(String hash)
The hash value for the infected or suspicious file.
|
FilePaths.Builder |
FilePaths.Builder.resourceId(String resourceId)
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
|
FilePaths.Builder |
FilePaths.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FilePaths.Builder> |
FilePaths.serializableBuilderClass() |
Copyright © 2023. All rights reserved.