Interface SbomValidationResultSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SbomValidationResultSummary.Builder,SbomValidationResultSummary>
,SdkBuilder<SbomValidationResultSummary.Builder,SbomValidationResultSummary>
,SdkPojo
- Enclosing class:
- SbomValidationResultSummary
public static interface SbomValidationResultSummary.Builder extends SdkPojo, CopyableBuilder<SbomValidationResultSummary.Builder,SbomValidationResultSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SbomValidationResultSummary.Builder
errorCode(String errorCode)
TheerrorCode
representing the validation failure error if the SBOM validation failed.SbomValidationResultSummary.Builder
errorCode(SbomValidationErrorCode errorCode)
TheerrorCode
representing the validation failure error if the SBOM validation failed.SbomValidationResultSummary.Builder
errorMessage(String errorMessage)
TheerrorMessage
representing the validation failure error if the SBOM validation failed.SbomValidationResultSummary.Builder
fileName(String fileName)
The name of the SBOM file.SbomValidationResultSummary.Builder
validationResult(String validationResult)
The end result of the SBOM validation.SbomValidationResultSummary.Builder
validationResult(SbomValidationResult validationResult)
The end result of the SBOM validation.-
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 Detail
-
fileName
SbomValidationResultSummary.Builder fileName(String fileName)
The name of the SBOM file.
- Parameters:
fileName
- The name of the SBOM file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationResult
SbomValidationResultSummary.Builder validationResult(String validationResult)
The end result of the SBOM validation.
- Parameters:
validationResult
- The end result of the SBOM validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomValidationResult
,SbomValidationResult
-
validationResult
SbomValidationResultSummary.Builder validationResult(SbomValidationResult validationResult)
The end result of the SBOM validation.
- Parameters:
validationResult
- The end result of the SBOM validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomValidationResult
,SbomValidationResult
-
errorCode
SbomValidationResultSummary.Builder errorCode(String errorCode)
The
errorCode
representing the validation failure error if the SBOM validation failed.- Parameters:
errorCode
- TheerrorCode
representing the validation failure error if the SBOM validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomValidationErrorCode
,SbomValidationErrorCode
-
errorCode
SbomValidationResultSummary.Builder errorCode(SbomValidationErrorCode errorCode)
The
errorCode
representing the validation failure error if the SBOM validation failed.- Parameters:
errorCode
- TheerrorCode
representing the validation failure error if the SBOM validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SbomValidationErrorCode
,SbomValidationErrorCode
-
errorMessage
SbomValidationResultSummary.Builder errorMessage(String errorMessage)
The
errorMessage
representing the validation failure error if the SBOM validation failed.- Parameters:
errorMessage
- TheerrorMessage
representing the validation failure error if the SBOM validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-