Interface BatchGetIncidentFindingsError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetIncidentFindingsError.Builder,
,BatchGetIncidentFindingsError> SdkBuilder<BatchGetIncidentFindingsError.Builder,
,BatchGetIncidentFindingsError> SdkPojo
- Enclosing class:
BatchGetIncidentFindingsError
@Mutable
@NotThreadSafe
public static interface BatchGetIncidentFindingsError.Builder
extends SdkPojo, CopyableBuilder<BatchGetIncidentFindingsError.Builder,BatchGetIncidentFindingsError>
-
Method Summary
Modifier and TypeMethodDescriptionThe code associated with an error that was returned for aBatchGetIncidentFindings
operation.The ID of a specified finding for which an error was returned for aBatchGetIncidentFindings
operation.The description for an error that was returned for aBatchGetIncidentFindings
operation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
code
The code associated with an error that was returned for a
BatchGetIncidentFindings
operation.- Parameters:
code
- The code associated with an error that was returned for aBatchGetIncidentFindings
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingId
The ID of a specified finding for which an error was returned for a
BatchGetIncidentFindings
operation.- Parameters:
findingId
- The ID of a specified finding for which an error was returned for aBatchGetIncidentFindings
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The description for an error that was returned for a
BatchGetIncidentFindings
operation.- Parameters:
message
- The description for an error that was returned for aBatchGetIncidentFindings
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-