| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanFilePath.Builder |
ScanFilePath.builder() |
ScanFilePath.Builder |
ScanFilePath.Builder.fileName(String fileName)
File name of the infected file.
|
ScanFilePath.Builder |
ScanFilePath.Builder.filePath(String filePath)
The file path of the infected file.
|
ScanFilePath.Builder |
ScanFilePath.Builder.hash(String hash)
The hash value of the infected file.
|
ScanFilePath.Builder |
ScanFilePath.toBuilder() |
ScanFilePath.Builder |
ScanFilePath.Builder.volumeArn(String volumeArn)
EBS volume Arn details of the infected file.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScanFilePath.Builder> |
ScanFilePath.serializableBuilderClass() |
Copyright © 2022. All rights reserved.