Struct aws_sdk_cloudfront::model::function_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FunctionConfig
.
Implementations§
source§impl 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
.