Struct aws_sdk_cloudfront::output::create_function_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateFunctionOutput
.
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 location(self, input: impl Into<String>) -> Self
pub fn location(self, input: impl Into<String>) -> Self
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
sourcepub fn set_location(self, input: Option<String>) -> Self
pub fn set_location(self, input: Option<String>) -> Self
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
sourcepub fn e_tag(self, input: impl Into<String>) -> Self
pub fn e_tag(self, input: impl Into<String>) -> Self
The version identifier for the current version of the CloudFront function.
sourcepub fn set_e_tag(self, input: Option<String>) -> Self
pub fn set_e_tag(self, input: Option<String>) -> Self
The version identifier for the current version of the CloudFront function.
sourcepub fn build(self) -> CreateFunctionOutput
pub fn build(self) -> CreateFunctionOutput
Consumes the builder and constructs a CreateFunctionOutput
.