| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeFilePath.Builder |
CodeFilePath.builder() |
CodeFilePath.Builder |
CodeFilePath.Builder.endLine(Integer endLine)
The line number of the last line of code that a vulnerability was found in.
|
CodeFilePath.Builder |
CodeFilePath.Builder.fileName(String fileName)
The name of the file the code vulnerability was found in.
|
CodeFilePath.Builder |
CodeFilePath.Builder.filePath(String filePath)
The file path to the code that a vulnerability was found in.
|
CodeFilePath.Builder |
CodeFilePath.Builder.startLine(Integer startLine)
The line number of the first line of code that a vulnerability was found in.
|
CodeFilePath.Builder |
CodeFilePath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodeFilePath.Builder> |
CodeFilePath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeVulnerabilityDetails.Builder |
CodeVulnerabilityDetails.Builder.filePath(Consumer<CodeFilePath.Builder> filePath)
Contains information on where the code vulnerability is located in your code.
|
Copyright © 2023. All rights reserved.