#[non_exhaustive]pub struct DomainConfigurationSummaryBuilder { /* private fields */ }
Expand description
A builder for DomainConfigurationSummary
.
Implementations§
source§impl DomainConfigurationSummaryBuilder
impl DomainConfigurationSummaryBuilder
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 get_domain_configuration_name(&self) -> &Option<String>
pub fn get_domain_configuration_name(&self) -> &Option<String>
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 get_domain_configuration_arn(&self) -> &Option<String>
pub fn get_domain_configuration_arn(&self) -> &Option<String>
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 get_service_type(&self) -> &Option<ServiceType>
pub fn get_service_type(&self) -> &Option<ServiceType>
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
.
Trait Implementations§
source§impl Clone for DomainConfigurationSummaryBuilder
impl Clone for DomainConfigurationSummaryBuilder
source§fn clone(&self) -> DomainConfigurationSummaryBuilder
fn clone(&self) -> DomainConfigurationSummaryBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DomainConfigurationSummaryBuilder
impl Default for DomainConfigurationSummaryBuilder
source§fn default() -> DomainConfigurationSummaryBuilder
fn default() -> DomainConfigurationSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DomainConfigurationSummaryBuilder
impl PartialEq for DomainConfigurationSummaryBuilder
source§fn eq(&self, other: &DomainConfigurationSummaryBuilder) -> bool
fn eq(&self, other: &DomainConfigurationSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DomainConfigurationSummaryBuilder
Auto Trait Implementations§
impl Freeze for DomainConfigurationSummaryBuilder
impl RefUnwindSafe for DomainConfigurationSummaryBuilder
impl Send for DomainConfigurationSummaryBuilder
impl Sync for DomainConfigurationSummaryBuilder
impl Unpin for DomainConfigurationSummaryBuilder
impl UnwindSafe for DomainConfigurationSummaryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.