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