Interface ScanNameWithFindingNum.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScanNameWithFindingNum.Builder,,ScanNameWithFindingNum> SdkBuilder<ScanNameWithFindingNum.Builder,,ScanNameWithFindingNum> SdkPojo
- Enclosing class:
ScanNameWithFindingNum
public static interface ScanNameWithFindingNum.Builder
extends SdkPojo, CopyableBuilder<ScanNameWithFindingNum.Builder,ScanNameWithFindingNum>
-
Method Summary
Modifier and TypeMethodDescriptionfindingNumber(Integer findingNumber) The number of findings generated by a scan.The name of the scan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
findingNumber
The number of findings generated by a scan.
- Parameters:
findingNumber- The number of findings generated by a scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanName
The name of the scan.
- Parameters:
scanName- The name of the scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-