Interface BatchGetFindingsError.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchGetFindingsError.Builder,,- BatchGetFindingsError> - SdkBuilder<BatchGetFindingsError.Builder,,- BatchGetFindingsError> - SdkPojo
- Enclosing class:
- BatchGetFindingsError
@Mutable
@NotThreadSafe
public static interface BatchGetFindingsError.Builder
extends SdkPojo, CopyableBuilder<BatchGetFindingsError.Builder,BatchGetFindingsError> 
- 
Method SummaryModifier and TypeMethodDescriptionA code associated with the type of error.A code associated with the type of error.The finding ID of the finding that was not fetched.Describes the error.The name of the scan that generated the finding.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scanNameThe name of the scan that generated the finding. - Parameters:
- scanName- The name of the scan that generated the finding.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
findingIdThe finding ID of the finding that was not fetched. - Parameters:
- findingId- The finding ID of the finding that was not fetched.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorCodeA code associated with the type of error. - Parameters:
- errorCode- A code associated with the type of error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorCodeA code associated with the type of error. - Parameters:
- errorCode- A code associated with the type of error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
messageDescribes the error. - Parameters:
- message- Describes the error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-