Interface BatchGetFindingsError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetFindingsError.Builder,BatchGetFindingsError>,SdkBuilder<BatchGetFindingsError.Builder,BatchGetFindingsError>,SdkPojo
- Enclosing class:
- BatchGetFindingsError
public static interface BatchGetFindingsError.Builder extends SdkPojo, CopyableBuilder<BatchGetFindingsError.Builder,BatchGetFindingsError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetFindingsError.BuildererrorCode(String errorCode)A code associated with the type of error.BatchGetFindingsError.BuildererrorCode(ErrorCode errorCode)A code associated with the type of error.BatchGetFindingsError.BuilderfindingId(String findingId)The finding ID of the finding that was not fetched.BatchGetFindingsError.Buildermessage(String message)Describes the error.BatchGetFindingsError.BuilderscanName(String scanName)The name of the scan that generated the finding.-
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 Detail
-
errorCode
BatchGetFindingsError.Builder errorCode(String errorCode)
A code associated with the type of error.
-
errorCode
BatchGetFindingsError.Builder errorCode(ErrorCode errorCode)
A code associated with the type of error.
-
findingId
BatchGetFindingsError.Builder findingId(String findingId)
The finding ID of the finding that was not fetched.
- Parameters:
findingId- The finding ID of the finding that was not fetched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
BatchGetFindingsError.Builder message(String message)
Describes the error.
- Parameters:
message- Describes the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scanName
BatchGetFindingsError.Builder scanName(String scanName)
The name of the scan that generated the finding.
- Parameters:
scanName- The name of the scan that generated the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-