Struct aws_sdk_cloudfront::error::invalid_relative_path::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidRelativePath
.
Implementations§
source§impl Builder
impl Builder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidRelativePath
pub fn build(self) -> InvalidRelativePath
Consumes the builder and constructs a InvalidRelativePath
.