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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanFilePath.BuilderfileName(String fileName)File name of the infected file.ScanFilePath.BuilderfilePath(String filePath)The file path of the infected file.ScanFilePath.Builderhash(String hash)The hash value of the infected file.ScanFilePath.BuildervolumeArn(String volumeArn)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 Detail
-
filePath
ScanFilePath.Builder filePath(String 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
ScanFilePath.Builder volumeArn(String 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
ScanFilePath.Builder hash(String 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
ScanFilePath.Builder fileName(String 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.
-
-