Uses of Interface
software.amazon.awssdk.services.securityhub.model.FilePaths.Builder
-
Packages that use FilePaths.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of FilePaths.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return FilePaths.Builder Modifier and Type Method Description static FilePaths.BuilderFilePaths. builder()FilePaths.BuilderFilePaths.Builder. fileName(String fileName)The name of the infected or suspicious file corresponding to the hash.FilePaths.BuilderFilePaths.Builder. filePath(String filePath)Path to the infected or suspicious file on the resource it was detected on.FilePaths.BuilderFilePaths.Builder. hash(String hash)The hash value for the infected or suspicious file.FilePaths.BuilderFilePaths.Builder. resourceId(String resourceId)The Amazon Resource Name (ARN) of the resource on which the threat was detected.FilePaths.BuilderFilePaths. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FilePaths.Builder Modifier and Type Method Description static Class<? extends FilePaths.Builder>FilePaths. serializableBuilderClass()
-