Interface ScanFilePath.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScanFilePath.Builder,
,ScanFilePath> SdkBuilder<ScanFilePath.Builder,
,ScanFilePath> SdkPojo
- Enclosing class:
ScanFilePath
public static interface ScanFilePath.Builder
extends SdkPojo, CopyableBuilder<ScanFilePath.Builder,ScanFilePath>
-
Method Summary
Modifier and TypeMethodDescriptionFile name of the infected file.The file path of the infected file.The hash value of the infected file.EBS volume Arn details of the infected file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
filePath
The file path of the infected file.
- Parameters:
filePath
- The file path of the infected file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeArn
EBS volume Arn details of the infected file.
- Parameters:
volumeArn
- EBS volume Arn details of the infected file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hash
The hash value of the infected file.
- Parameters:
hash
- The hash value of the infected file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
File name of the infected file.
- Parameters:
fileName
- File name of the infected file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-