public static interface FilePaths.Builder extends SdkPojo, CopyableBuilder<FilePaths.Builder,FilePaths>
| Modifier and Type | Method and Description |
|---|---|
FilePaths.Builder |
fileName(String fileName)
The name of the infected or suspicious file corresponding to the hash.
|
FilePaths.Builder |
filePath(String filePath)
Path to the infected or suspicious file on the resource it was detected on.
|
FilePaths.Builder |
hash(String hash)
The hash value for the infected or suspicious file.
|
FilePaths.Builder |
resourceId(String resourceId)
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilePaths.Builder filePath(String filePath)
Path to the infected or suspicious file on the resource it was detected on.
filePath - Path to the infected or suspicious file on the resource it was detected on.FilePaths.Builder fileName(String fileName)
The name of the infected or suspicious file corresponding to the hash.
fileName - The name of the infected or suspicious file corresponding to the hash.FilePaths.Builder resourceId(String resourceId)
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
resourceId - The Amazon Resource Name (ARN) of the resource on which the threat was detected.FilePaths.Builder hash(String hash)
The hash value for the infected or suspicious file.
hash - The hash value for the infected or suspicious file.Copyright © 2023. All rights reserved.