public static interface GetPackageVersionReadmeRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<GetPackageVersionReadmeRequest.Builder,GetPackageVersionReadmeRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionReadmeRequest.Builder |
domain(String domain)
The name of the domain that contains the repository that contains the package version with the requested
readme file.
|
GetPackageVersionReadmeRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
GetPackageVersionReadmeRequest.Builder |
format(PackageFormat format)
A format that specifies the type of the package version with the requested readme file.
|
GetPackageVersionReadmeRequest.Builder |
format(String format)
A format that specifies the type of the package version with the requested readme file.
|
GetPackageVersionReadmeRequest.Builder |
namespace(String namespace)
The namespace of the package version with the requested readme file.
|
GetPackageVersionReadmeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPackageVersionReadmeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPackageVersionReadmeRequest.Builder |
packageValue(String packageValue)
The name of the package version that contains the requested readme file.
|
GetPackageVersionReadmeRequest.Builder |
packageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2). |
GetPackageVersionReadmeRequest.Builder |
repository(String repository)
The repository that contains the package with the requested readme file.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPackageVersionReadmeRequest.Builder domain(String domain)
The name of the domain that contains the repository that contains the package version with the requested readme file.
domain - The name of the domain that contains the repository that contains the package version with the
requested readme file.GetPackageVersionReadmeRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.GetPackageVersionReadmeRequest.Builder repository(String repository)
The repository that contains the package with the requested readme file.
repository - The repository that contains the package with the requested readme file.GetPackageVersionReadmeRequest.Builder format(String format)
A format that specifies the type of the package version with the requested readme file.
format - A format that specifies the type of the package version with the requested readme file.PackageFormat,
PackageFormatGetPackageVersionReadmeRequest.Builder format(PackageFormat format)
A format that specifies the type of the package version with the requested readme file.
format - A format that specifies the type of the package version with the requested readme file.PackageFormat,
PackageFormatGetPackageVersionReadmeRequest.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 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 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.
GetPackageVersionReadmeRequest.Builder packageValue(String packageValue)
The name of the package version that contains the requested readme file.
packageValue - The name of the package version that contains the requested readme file.GetPackageVersionReadmeRequest.Builder packageVersion(String packageVersion)
A string that contains the package version (for example, 3.5.2).
packageVersion - A string that contains the package version (for example, 3.5.2).GetPackageVersionReadmeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPackageVersionReadmeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.