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.BuildererrorCode(String errorCode)TheerrorCoderepresenting the validation failure error if the SBOM validation failed.SbomValidationResultSummary.BuildererrorCode(SbomValidationErrorCode errorCode)TheerrorCoderepresenting the validation failure error if the SBOM validation failed.SbomValidationResultSummary.BuildererrorMessage(String errorMessage)TheerrorMessagerepresenting the validation failure error if the SBOM validation failed.SbomValidationResultSummary.BuilderfileName(String fileName)The name of the SBOM file.SbomValidationResultSummary.BuildervalidationResult(String validationResult)The end result of the SBOM validation.SbomValidationResultSummary.BuildervalidationResult(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, 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
errorCoderepresenting the validation failure error if the SBOM validation failed.- Parameters:
errorCode- TheerrorCoderepresenting 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
errorCoderepresenting the validation failure error if the SBOM validation failed.- Parameters:
errorCode- TheerrorCoderepresenting 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
errorMessagerepresenting the validation failure error if the SBOM validation failed.- Parameters:
errorMessage- TheerrorMessagerepresenting the validation failure error if the SBOM validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-