Struct aws_sdk_ssm::output::create_document_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateDocumentOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn document_description(self, input: DocumentDescription) -> Self
pub fn document_description(self, input: DocumentDescription) -> Self
Information about the SSM document.
sourcepub fn set_document_description(self, input: Option<DocumentDescription>) -> Self
pub fn set_document_description(self, input: Option<DocumentDescription>) -> Self
Information about the SSM document.
sourcepub fn build(self) -> CreateDocumentOutput
pub fn build(self) -> CreateDocumentOutput
Consumes the builder and constructs a CreateDocumentOutput.