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
Modifier and TypeMethodDescriptionThe line number of the last line of code in which the vulnerability is located.The name of the file in which the code vulnerability is located.The file path to the code in which the vulnerability is located.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, sdkFields
-
Method Details
-
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
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
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
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.
-