| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
static FilePath.Builder |
FilePath.builder() |
FilePath.Builder |
FilePath.Builder.codeSnippet(CodeLine... codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
FilePath.Builder |
FilePath.Builder.codeSnippet(Collection<CodeLine> codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
FilePath.Builder |
FilePath.Builder.codeSnippet(Consumer<CodeLine.Builder>... codeSnippet)
A list of
CodeLine objects that describe where the security vulnerability appears in your code. |
FilePath.Builder |
FilePath.Builder.endLine(Integer endLine)
The last line number of the code snippet where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.Builder.name(String name)
The name of the file.
|
FilePath.Builder |
FilePath.Builder.path(String path)
The path to the resource with the security vulnerability.
|
FilePath.Builder |
FilePath.Builder.startLine(Integer startLine)
The first line number of the code snippet where the security vulnerability appears in your code.
|
FilePath.Builder |
FilePath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FilePath.Builder> |
FilePath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Vulnerability.Builder |
Vulnerability.Builder.filePath(Consumer<FilePath.Builder> filePath)
An object that describes the location of the detected security vulnerability in your code.
|
Copyright © 2023. All rights reserved.