pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePackageVersionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn package_version(self, input: PackageVersionDescription) -> Self
pub fn package_version(self, input: PackageVersionDescription) -> Self
A PackageVersionDescription object that contains information about the requested package version.
sourcepub fn set_package_version(
self,
input: Option<PackageVersionDescription>
) -> Self
pub fn set_package_version(
self,
input: Option<PackageVersionDescription>
) -> Self
A PackageVersionDescription object that contains information about the requested package version.
sourcepub fn build(self) -> DescribePackageVersionOutput
pub fn build(self) -> DescribePackageVersionOutput
Consumes the builder and constructs a DescribePackageVersionOutput
.