Struct aws_sdk_cloudfront::output::publish_function_output::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for PublishFunctionOutput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn function_summary(self, input: FunctionSummary) -> Self
pub fn function_summary(self, input: FunctionSummary) -> Self
Contains configuration information and metadata about a CloudFront function.
sourcepub fn set_function_summary(self, input: Option<FunctionSummary>) -> Self
pub fn set_function_summary(self, input: Option<FunctionSummary>) -> Self
Contains configuration information and metadata about a CloudFront function.
sourcepub fn build(self) -> PublishFunctionOutput
pub fn build(self) -> PublishFunctionOutput
Consumes the builder and constructs a PublishFunctionOutput
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more