pub struct Builder { /* private fields */ }Expand description
A builder for ExportConfigurationsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn export_id(self, input: impl Into<String>) -> Self
pub fn export_id(self, input: impl Into<String>) -> Self
A unique identifier that you can use to query the export status.
sourcepub fn set_export_id(self, input: Option<String>) -> Self
pub fn set_export_id(self, input: Option<String>) -> Self
A unique identifier that you can use to query the export status.
sourcepub fn build(self) -> ExportConfigurationsOutput
pub fn build(self) -> ExportConfigurationsOutput
Consumes the builder and constructs a ExportConfigurationsOutput.