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