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
Modifier and TypeMethodDescriptionTheerrorCoderepresenting the validation failure error if the SBOM validation failed.errorCode(SbomValidationErrorCode errorCode) TheerrorCoderepresenting the validation failure error if the SBOM validation failed.errorMessage(String errorMessage) TheerrorMessagerepresenting the validation failure error if the SBOM validation failed.The name of the SBOM file.validationResult(String validationResult) The end result of the SBOM validation.validationResult(SbomValidationResult validationResult) The end result of the SBOM validation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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:
-
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:
-
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:
-
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:
-
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.
-