Interface CodeVulnerabilitiesFilePath.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>,SdkBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>,SdkPojo
- Enclosing class:
- CodeVulnerabilitiesFilePath
public static interface CodeVulnerabilitiesFilePath.Builder extends SdkPojo, CopyableBuilder<CodeVulnerabilitiesFilePath.Builder,CodeVulnerabilitiesFilePath>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeVulnerabilitiesFilePath.BuilderendLine(Integer endLine)The line number of the last line of code in which the vulnerability is located.CodeVulnerabilitiesFilePath.BuilderfileName(String fileName)The name of the file in which the code vulnerability is located.CodeVulnerabilitiesFilePath.BuilderfilePath(String filePath)The file path to the code in which the vulnerability is located.CodeVulnerabilitiesFilePath.BuilderstartLine(Integer startLine)The line number of the first line of code in which the vulnerability is located.-
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
-
endLine
CodeVulnerabilitiesFilePath.Builder endLine(Integer endLine)
The line number of the last line of code in which the vulnerability is located.
- Parameters:
endLine- The line number of the last line of code in which the vulnerability is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
CodeVulnerabilitiesFilePath.Builder fileName(String fileName)
The name of the file in which the code vulnerability is located.
- Parameters:
fileName- The name of the file in which the code vulnerability is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filePath
CodeVulnerabilitiesFilePath.Builder filePath(String filePath)
The file path to the code in which the vulnerability is located.
- Parameters:
filePath- The file path to the code in which the vulnerability is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startLine
CodeVulnerabilitiesFilePath.Builder startLine(Integer startLine)
The line number of the first line of code in which the vulnerability is located.
- Parameters:
startLine- The line number of the first line of code in which the vulnerability is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-