Interface FilePaths.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilePaths.Builder,FilePaths>,SdkBuilder<FilePaths.Builder,FilePaths>,SdkPojo
- Enclosing class:
- FilePaths
public static interface FilePaths.Builder extends SdkPojo, CopyableBuilder<FilePaths.Builder,FilePaths>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilePaths.BuilderfileName(String fileName)The name of the infected or suspicious file corresponding to the hash.FilePaths.BuilderfilePath(String filePath)Path to the infected or suspicious file on the resource it was detected on.FilePaths.Builderhash(String hash)The hash value for the infected or suspicious file.FilePaths.BuilderresourceId(String resourceId)The Amazon Resource Name (ARN) of the resource on which the threat was detected.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
filePath
FilePaths.Builder filePath(String filePath)
Path to the infected or suspicious file on the resource it was detected on.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Parameters:
filePath- Path to the infected or suspicious file on the resource it was detected on.Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
FilePaths.Builder fileName(String fileName)
The name of the infected or suspicious file corresponding to the hash.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Parameters:
fileName- The name of the infected or suspicious file corresponding to the hash.Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
FilePaths.Builder resourceId(String resourceId)
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Parameters:
resourceId- The Amazon Resource Name (ARN) of the resource on which the threat was detected.Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hash
FilePaths.Builder hash(String hash)
The hash value for the infected or suspicious file.
Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Parameters:
hash- The hash value for the infected or suspicious file.Length Constraints: Minimum of 1 length. Maximum of 128 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-