public static interface GetPackageVersionReadmeResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<GetPackageVersionReadmeResponse.Builder,GetPackageVersionReadmeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionReadmeResponse.Builder |
format(PackageFormat format)
The format of the package with the requested readme file.
|
GetPackageVersionReadmeResponse.Builder |
format(String format)
The format of the package with the requested readme file.
|
GetPackageVersionReadmeResponse.Builder |
namespace(String namespace)
The namespace of the package version with the requested readme file.
|
GetPackageVersionReadmeResponse.Builder |
packageValue(String packageValue)
The name of the package that contains the returned readme file.
|
GetPackageVersionReadmeResponse.Builder |
readme(String readme)
The text of the returned readme file.
|
GetPackageVersionReadmeResponse.Builder |
version(String version)
The version of the package with the requested readme file.
|
GetPackageVersionReadmeResponse.Builder |
versionRevision(String versionRevision)
The current revision associated with the package version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPackageVersionReadmeResponse.Builder format(String format)
The format of the package with the requested readme file.
format - The format of the package with the requested readme file.PackageFormat,
PackageFormatGetPackageVersionReadmeResponse.Builder format(PackageFormat format)
The format of the package with the requested readme file.
format - The format of the package with the requested readme file.PackageFormat,
PackageFormatGetPackageVersionReadmeResponse.Builder namespace(String 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.
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.
GetPackageVersionReadmeResponse.Builder packageValue(String packageValue)
The name of the package that contains the returned readme file.
packageValue - The name of the package that contains the returned readme file.GetPackageVersionReadmeResponse.Builder version(String version)
The version of the package with the requested readme file.
version - The version of the package with the requested readme file.GetPackageVersionReadmeResponse.Builder versionRevision(String versionRevision)
The current revision associated with the package version.
versionRevision - The current revision associated with the package version.GetPackageVersionReadmeResponse.Builder readme(String readme)
The text of the returned readme file.
readme - The text of the returned readme file.Copyright © 2023. All rights reserved.