Struct aws_sdk_elasticsearch::model::domain_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
Specifies the DomainName
.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
Specifies the DomainName
.
sourcepub fn engine_type(self, input: EngineType) -> Self
pub fn engine_type(self, input: EngineType) -> Self
Specifies the EngineType
of the domain.
sourcepub fn set_engine_type(self, input: Option<EngineType>) -> Self
pub fn set_engine_type(self, input: Option<EngineType>) -> Self
Specifies the EngineType
of the domain.
sourcepub fn build(self) -> DomainInfo
pub fn build(self) -> DomainInfo
Consumes the builder and constructs a DomainInfo
.