Interface ListPackageVersionDependenciesResponse.Builder

    • Method Detail

      • format

        ListPackageVersionDependenciesResponse.Builder format​(String format)

        A format that specifies the type of the package that contains the returned dependencies.

        Parameters:
        format - A format that specifies the type of the package that contains the returned dependencies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PackageFormat, PackageFormat
      • namespace

        ListPackageVersionDependenciesResponse.Builder namespace​(String namespace)

        The namespace of the package version that contains the returned dependencies. 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 returned dependencies. 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

        ListPackageVersionDependenciesResponse.Builder packageValue​(String packageValue)

        The name of the package that contains the returned package versions dependencies.

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

        ListPackageVersionDependenciesResponse.Builder version​(String version)

        The version of the package that is specified in the request.

        Parameters:
        version - The version of the package that is specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionRevision

        ListPackageVersionDependenciesResponse.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

        ListPackageVersionDependenciesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.