Struct aws_sdk_iot::model::domain_configuration_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainConfigurationSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain_configuration_name(self, input: impl Into<String>) -> Self
pub fn domain_configuration_name(self, input: impl Into<String>) -> Self
The name of the domain configuration. This value must be unique to a region.
sourcepub fn set_domain_configuration_name(self, input: Option<String>) -> Self
pub fn set_domain_configuration_name(self, input: Option<String>) -> Self
The name of the domain configuration. This value must be unique to a region.
sourcepub fn domain_configuration_arn(self, input: impl Into<String>) -> Self
pub fn domain_configuration_arn(self, input: impl Into<String>) -> Self
The ARN of the domain configuration.
sourcepub fn set_domain_configuration_arn(self, input: Option<String>) -> Self
pub fn set_domain_configuration_arn(self, input: Option<String>) -> Self
The ARN of the domain configuration.
sourcepub fn service_type(self, input: ServiceType) -> Self
pub fn service_type(self, input: ServiceType) -> Self
The type of service delivered by the endpoint.
sourcepub fn set_service_type(self, input: Option<ServiceType>) -> Self
pub fn set_service_type(self, input: Option<ServiceType>) -> Self
The type of service delivered by the endpoint.
sourcepub fn build(self) -> DomainConfigurationSummary
pub fn build(self) -> DomainConfigurationSummary
Consumes the builder and constructs a DomainConfigurationSummary
.