Struct aws_sdk_workmail::model::dns_record::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DnsRecord
Implementations
The RFC 1035 record type. Possible values: CNAME
, A
, MX
.
The RFC 1035 record type. Possible values: CNAME
, A
, MX
.
The DNS hostname.- For example, domain.example.com
.
The DNS hostname.- For example, domain.example.com
.
The value returned by the DNS for a query to that hostname and record type.
The value returned by the DNS for a query to that hostname and record type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more