Uses of Interface
software.amazon.awssdk.services.inspector2.model.CodeFilePath.Builder
-
Packages that use CodeFilePath.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CodeFilePath.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return CodeFilePath.Builder Modifier and Type Method Description static CodeFilePath.BuilderCodeFilePath. builder()CodeFilePath.BuilderCodeFilePath.Builder. endLine(Integer endLine)The line number of the last line of code that a vulnerability was found in.CodeFilePath.BuilderCodeFilePath.Builder. fileName(String fileName)The name of the file the code vulnerability was found in.CodeFilePath.BuilderCodeFilePath.Builder. filePath(String filePath)The file path to the code that a vulnerability was found in.CodeFilePath.BuilderCodeFilePath.Builder. startLine(Integer startLine)The line number of the first line of code that a vulnerability was found in.CodeFilePath.BuilderCodeFilePath. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CodeFilePath.Builder Modifier and Type Method Description static Class<? extends CodeFilePath.Builder>CodeFilePath. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CodeFilePath.Builder Modifier and Type Method Description default CodeVulnerabilityDetails.BuilderCodeVulnerabilityDetails.Builder. filePath(Consumer<CodeFilePath.Builder> filePath)Contains information on where the code vulnerability is located in your code.
-