Interface GetPackageVersionReadmeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeartifactResponse.Builder, CopyableBuilder<GetPackageVersionReadmeResponse.Builder,GetPackageVersionReadmeResponse>, SdkBuilder<GetPackageVersionReadmeResponse.Builder,GetPackageVersionReadmeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetPackageVersionReadmeResponse

  • Method Details

    • format

      The format of the package with the requested readme file.

      Parameters:
      format - The format of the package with the requested readme file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The format of the package with the requested readme file.

      Parameters:
      format - The format of the package with the requested readme file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • namespace

      The namespace of the package version with the requested readme file. 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 with the requested readme file. 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

      GetPackageVersionReadmeResponse.Builder packageValue(String packageValue)

      The name of the package that contains the returned readme file.

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

      The version of the package with the requested readme file.

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

      GetPackageVersionReadmeResponse.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.
    • readme

      The text of the returned readme file.

      Parameters:
      readme - The text of the returned readme file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.