public static interface BatchGetFindingsError.Builder extends SdkPojo, CopyableBuilder<BatchGetFindingsError.Builder,BatchGetFindingsError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetFindingsError.Builder |
errorCode(ErrorCode errorCode)
A code associated with the type of error.
|
BatchGetFindingsError.Builder |
errorCode(String errorCode)
A code associated with the type of error.
|
BatchGetFindingsError.Builder |
findingId(String findingId)
The finding ID of the finding that was not fetched.
|
BatchGetFindingsError.Builder |
message(String message)
Describes the error.
|
BatchGetFindingsError.Builder |
scanName(String scanName)
The name of the scan that generated the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetFindingsError.Builder errorCode(String errorCode)
A code associated with the type of error.
BatchGetFindingsError.Builder errorCode(ErrorCode errorCode)
A code associated with the type of error.
BatchGetFindingsError.Builder findingId(String findingId)
The finding ID of the finding that was not fetched.
findingId - The finding ID of the finding that was not fetched.BatchGetFindingsError.Builder message(String message)
Describes the error.
message - Describes the error.BatchGetFindingsError.Builder scanName(String scanName)
The name of the scan that generated the finding.
scanName - The name of the scan that generated the finding.Copyright © 2023. All rights reserved.