Interface AssociateSbomWithPackageVersionResponse.Builder

    • Method Detail

      • packageName

        AssociateSbomWithPackageVersionResponse.Builder packageName​(String packageName)

        The name of the new software package.

        Parameters:
        packageName - The name of the new software package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionName

        AssociateSbomWithPackageVersionResponse.Builder versionName​(String versionName)

        The name of the new package version.

        Parameters:
        versionName - The name of the new package version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sbom

        AssociateSbomWithPackageVersionResponse.Builder sbom​(Sbom sbom)
        Sets the value of the Sbom property for this object.
        Parameters:
        sbom - The new value for the Sbom property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sbomValidationStatus

        AssociateSbomWithPackageVersionResponse.Builder sbomValidationStatus​(String sbomValidationStatus)

        The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.

        Parameters:
        sbomValidationStatus - The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SbomValidationStatus, SbomValidationStatus
      • sbomValidationStatus

        AssociateSbomWithPackageVersionResponse.Builder sbomValidationStatus​(SbomValidationStatus sbomValidationStatus)

        The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.

        Parameters:
        sbomValidationStatus - The status of the initial validation for the software bill of materials against the Software Package Data Exchange (SPDX) and CycloneDX industry standard formats.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SbomValidationStatus, SbomValidationStatus