Interface CodeLine.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeLine.Builder,
,CodeLine> SdkBuilder<CodeLine.Builder,
,CodeLine> SdkPojo
- Enclosing class:
CodeLine
@Mutable
@NotThreadSafe
public static interface CodeLine.Builder
extends SdkPojo, CopyableBuilder<CodeLine.Builder,CodeLine>
-
Method Summary
Modifier and TypeMethodDescriptionThe code that contains a vulnerability.The code line number.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 Details
-
content
The code that contains a vulnerability.
- Parameters:
content
- The code that contains a vulnerability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
number
The code line number.
- Parameters:
number
- The code line number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-