Interface ListSbomValidationResultsResponse.Builder

    • Method Detail

      • validationResultSummaries

        ListSbomValidationResultsResponse.Builder validationResultSummaries​(Collection<SbomValidationResultSummary> validationResultSummaries)

        A summary of the validation results for each software bill of materials attached to a software package version.

        Parameters:
        validationResultSummaries - A summary of the validation results for each software bill of materials attached to a software package version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationResultSummaries

        ListSbomValidationResultsResponse.Builder validationResultSummaries​(SbomValidationResultSummary... validationResultSummaries)

        A summary of the validation results for each software bill of materials attached to a software package version.

        Parameters:
        validationResultSummaries - A summary of the validation results for each software bill of materials attached to a software package version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSbomValidationResultsResponse.Builder nextToken​(String nextToken)

        A token that can be used to retrieve the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.