Interface ImportFindingsError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportFindingsError.Builder,
,ImportFindingsError> SdkBuilder<ImportFindingsError.Builder,
,ImportFindingsError> SdkPojo
- Enclosing class:
ImportFindingsError
public static interface ImportFindingsError.Builder
extends SdkPojo, CopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
-
Method Summary
Modifier and TypeMethodDescriptionThe code of the error returned by theBatchImportFindings
operation.errorMessage
(String errorMessage) The message of the error returned by theBatchImportFindings
operation.The identifier of the finding that could not be updated.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 Details
-
id
The identifier of the finding that could not be updated.
- Parameters:
id
- The identifier of the finding that could not be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The code of the error returned by the
BatchImportFindings
operation.- Parameters:
errorCode
- The code of the error returned by theBatchImportFindings
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The message of the error returned by the
BatchImportFindings
operation.- Parameters:
errorMessage
- The message of the error returned by theBatchImportFindings
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-