Interface GetPackageVersionReadmeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeartifactResponse.Builder,CopyableBuilder<GetPackageVersionReadmeResponse.Builder,GetPackageVersionReadmeResponse>,SdkBuilder<GetPackageVersionReadmeResponse.Builder,GetPackageVersionReadmeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPackageVersionReadmeResponse
public static interface GetPackageVersionReadmeResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<GetPackageVersionReadmeResponse.Builder,GetPackageVersionReadmeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPackageVersionReadmeResponse.Builderformat(String format)The format of the package with the requested readme file.GetPackageVersionReadmeResponse.Builderformat(PackageFormat format)The format of the package with the requested readme file.GetPackageVersionReadmeResponse.Buildernamespace(String namespace)The namespace of the package version with the requested readme file.GetPackageVersionReadmeResponse.BuilderpackageValue(String packageValue)The name of the package that contains the returned readme file.GetPackageVersionReadmeResponse.Builderreadme(String readme)The text of the returned readme file.GetPackageVersionReadmeResponse.Builderversion(String version)The version of the package with the requested readme file.GetPackageVersionReadmeResponse.BuilderversionRevision(String versionRevision)The current revision associated with the package version.-
Methods inherited from interface software.amazon.awssdk.services.codeartifact.model.CodeartifactResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
format
GetPackageVersionReadmeResponse.Builder format(String 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:
PackageFormat,PackageFormat
-
format
GetPackageVersionReadmeResponse.Builder format(PackageFormat 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:
PackageFormat,PackageFormat
-
namespace
GetPackageVersionReadmeResponse.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.
- 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
GetPackageVersionReadmeResponse.Builder version(String 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
GetPackageVersionReadmeResponse.Builder readme(String 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.
-
-