Interface ListPackageVersionAssetsResponse.Builder

    • Method Detail

      • format

        ListPackageVersionAssetsResponse.Builder format​(String format)

        The format of the package that contains the requested package version assets.

        Parameters:
        format - The format of the package that contains the requested package version assets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PackageFormat, PackageFormat
      • namespace

        ListPackageVersionAssetsResponse.Builder namespace​(String namespace)

        The namespace of the package version that contains the requested package version assets. The package version component that specifies its namespace depends on its type. For example:

        • The namespace of a Maven package version is its groupId.

        • The namespace of an npm package version is its scope.

        • Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.

        Parameters:
        namespace - The namespace of the package version that contains the requested package version assets. The package version component that specifies its namespace depends on its type. For example:

        • The namespace of a Maven package version is its groupId.

        • The namespace of an npm package version is its scope.

        • Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageValue

        ListPackageVersionAssetsResponse.Builder packageValue​(String packageValue)

        The name of the package that contains the requested package version assets.

        Parameters:
        packageValue - The name of the package that contains the requested package version assets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        ListPackageVersionAssetsResponse.Builder version​(String version)

        The version of the package associated with the requested assets.

        Parameters:
        version - The version of the package associated with the requested assets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionRevision

        ListPackageVersionAssetsResponse.Builder versionRevision​(String versionRevision)

        The current revision associated with the package version.

        Parameters:
        versionRevision - The current revision associated with the package version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPackageVersionAssetsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.