Interface SbomValidationResultSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SbomValidationResultSummary.Builder,
,SbomValidationResultSummary> SdkBuilder<SbomValidationResultSummary.Builder,
,SbomValidationResultSummary> SdkPojo
- Enclosing class:
SbomValidationResultSummary
@Mutable
@NotThreadSafe
public static interface SbomValidationResultSummary.Builder
extends SdkPojo, CopyableBuilder<SbomValidationResultSummary.Builder,SbomValidationResultSummary>
-
Method Summary
Modifier and TypeMethodDescriptionTheerrorCode
representing the validation failure error if the SBOM validation failed.errorCode
(SbomValidationErrorCode errorCode) TheerrorCode
representing the validation failure error if the SBOM validation failed.errorMessage
(String errorMessage) TheerrorMessage
representing 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
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
-
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
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:
-
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:
-
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.
-