Struct aws_sdk_cloudfront::model::function_config::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for FunctionConfig
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn set_comment(self, input: Option<String>) -> Self
pub fn set_comment(self, input: Option<String>) -> Self
A comment to describe the function.
sourcepub fn runtime(self, input: FunctionRuntime) -> Self
pub fn runtime(self, input: FunctionRuntime) -> Self
The function’s runtime environment. The only valid value is cloudfront-js-1.0
.
sourcepub fn set_runtime(self, input: Option<FunctionRuntime>) -> Self
pub fn set_runtime(self, input: Option<FunctionRuntime>) -> Self
The function’s runtime environment. The only valid value is cloudfront-js-1.0
.
sourcepub fn build(self) -> FunctionConfig
pub fn build(self) -> FunctionConfig
Consumes the builder and constructs a FunctionConfig
.
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