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 made during the BatchImportFindings operation.
|
ImportFindingsError.Builder |
errorMessage(String errorMessage)
The message of the error made during the BatchImportFindings operation.
|
ImportFindingsError.Builder |
id(String id)
The id of the error made during the BatchImportFindings operation.
|
copy
applyMutation, build
ImportFindingsError.Builder id(String id)
The id of the error made during the BatchImportFindings operation.
id
- The id of the error made during the BatchImportFindings operation.ImportFindingsError.Builder errorCode(String errorCode)
The code of the error made during the BatchImportFindings operation.
errorCode
- The code of the error made during the BatchImportFindings operation.ImportFindingsError.Builder errorMessage(String errorMessage)
The message of the error made during the BatchImportFindings operation.
errorMessage
- The message of the error made during the BatchImportFindings operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.