static AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.builder() |
|
AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.Builder.packageName(String packageName) |
The name of the new software package.
|
default AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.Builder.sbom(Consumer<Sbom.Builder> sbom) |
Sets the value of the Sbom property for this object.
|
AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.Builder.sbom(Sbom sbom) |
Sets the value of the Sbom property for this object.
|
AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.Builder.sbomValidationStatus(String sbomValidationStatus) |
The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and
CycloneDX industry standard format.
|
AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.Builder.sbomValidationStatus(SbomValidationStatus sbomValidationStatus) |
The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and
CycloneDX industry standard format.
|
AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.toBuilder() |
|
AssociateSbomWithPackageVersionResponse.Builder |
AssociateSbomWithPackageVersionResponse.Builder.versionName(String versionName) |
The name of the new package version.
|