public static interface ImportFindingsError.Builder extends SdkPojo, CopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
| Modifier and Type | Method and Description |
|---|---|
ImportFindingsError.Builder |
errorCode(String errorCode)
The code of the error returned by the
BatchImportFindings operation. |
ImportFindingsError.Builder |
errorMessage(String errorMessage)
The message of the error returned by the
BatchImportFindings operation. |
ImportFindingsError.Builder |
id(String id)
The identifier of the finding that could not be updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportFindingsError.Builder id(String id)
The identifier of the finding that could not be updated.
id - The identifier of the finding that could not be updated.ImportFindingsError.Builder errorCode(String errorCode)
The code of the error returned by the BatchImportFindings operation.
errorCode - The code of the error returned by the BatchImportFindings operation.ImportFindingsError.Builder errorMessage(String errorMessage)
The message of the error returned by the BatchImportFindings operation.
errorMessage - The message of the error returned by the BatchImportFindings operation.Copyright © 2023. All rights reserved.