Struct aws_sdk_directconnect::model::loa::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Loa.
Implementations§
source§impl Builder
impl Builder
sourcepub fn loa_content(self, input: Blob) -> Self
pub fn loa_content(self, input: Blob) -> Self
The binary contents of the LOA-CFA document.
sourcepub fn set_loa_content(self, input: Option<Blob>) -> Self
pub fn set_loa_content(self, input: Option<Blob>) -> Self
The binary contents of the LOA-CFA document.
sourcepub fn loa_content_type(self, input: LoaContentType) -> Self
pub fn loa_content_type(self, input: LoaContentType) -> Self
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
sourcepub fn set_loa_content_type(self, input: Option<LoaContentType>) -> Self
pub fn set_loa_content_type(self, input: Option<LoaContentType>) -> Self
The standard media type for the LOA-CFA document. The only supported value is application/pdf.