Struct aws_sdk_ec2::model::private_dns_name_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PrivateDnsNameConfiguration
Implementations
The verification state of the VPC endpoint service.
>Consumers
of the endpoint service can use the private name only when the state is
verified
.
The verification state of the VPC endpoint service.
>Consumers
of the endpoint service can use the private name only when the state is
verified
.
The endpoint service verification type, for example TXT.
The endpoint service verification type, for example TXT.
The value the service provider adds to the private DNS name domain record before verification.
The value the service provider adds to the private DNS name domain record before verification.
The name of the record subdomain the service provider needs to create. The service provider adds the value
text to the name
.
The name of the record subdomain the service provider needs to create. The service provider adds the value
text to the name
.
Consumes the builder and constructs a PrivateDnsNameConfiguration
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