pub struct Builder { /* private fields */ }Expand description
A builder for ListDomainNamesInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn engine_type(self, input: EngineType) -> Self
pub fn engine_type(self, input: EngineType) -> Self
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
sourcepub fn set_engine_type(self, input: Option<EngineType>) -> Self
pub fn set_engine_type(self, input: Option<EngineType>) -> Self
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
sourcepub fn build(self) -> Result<ListDomainNamesInput, BuildError>
pub fn build(self) -> Result<ListDomainNamesInput, BuildError>
Consumes the builder and constructs a ListDomainNamesInput.