Struct aws_sdk_route53resolver::operation::update_resolver_endpoint::builders::UpdateResolverEndpointInputBuilder
source · #[non_exhaustive]pub struct UpdateResolverEndpointInputBuilder { /* private fields */ }Expand description
A builder for UpdateResolverEndpointInput.
Implementations§
source§impl UpdateResolverEndpointInputBuilder
impl UpdateResolverEndpointInputBuilder
sourcepub fn resolver_endpoint_id(self, input: impl Into<String>) -> Self
pub fn resolver_endpoint_id(self, input: impl Into<String>) -> Self
The ID of the Resolver endpoint that you want to update.
sourcepub fn set_resolver_endpoint_id(self, input: Option<String>) -> Self
pub fn set_resolver_endpoint_id(self, input: Option<String>) -> Self
The ID of the Resolver endpoint that you want to update.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Resolver endpoint that you want to update.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the Resolver endpoint that you want to update.
sourcepub fn resolver_endpoint_type(self, input: ResolverEndpointType) -> Self
pub fn resolver_endpoint_type(self, input: ResolverEndpointType) -> Self
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
sourcepub fn set_resolver_endpoint_type(
self,
input: Option<ResolverEndpointType>
) -> Self
pub fn set_resolver_endpoint_type( self, input: Option<ResolverEndpointType> ) -> Self
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
sourcepub fn update_ip_addresses(self, input: UpdateIpAddress) -> Self
pub fn update_ip_addresses(self, input: UpdateIpAddress) -> Self
Appends an item to update_ip_addresses.
To override the contents of this collection use set_update_ip_addresses.
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
sourcepub fn set_update_ip_addresses(
self,
input: Option<Vec<UpdateIpAddress>>
) -> Self
pub fn set_update_ip_addresses( self, input: Option<Vec<UpdateIpAddress>> ) -> Self
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
sourcepub fn build(self) -> Result<UpdateResolverEndpointInput, BuildError>
pub fn build(self) -> Result<UpdateResolverEndpointInput, BuildError>
Consumes the builder and constructs a UpdateResolverEndpointInput.
Trait Implementations§
source§impl Clone for UpdateResolverEndpointInputBuilder
impl Clone for UpdateResolverEndpointInputBuilder
source§fn clone(&self) -> UpdateResolverEndpointInputBuilder
fn clone(&self) -> UpdateResolverEndpointInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateResolverEndpointInputBuilder
impl Default for UpdateResolverEndpointInputBuilder
source§fn default() -> UpdateResolverEndpointInputBuilder
fn default() -> UpdateResolverEndpointInputBuilder
source§impl PartialEq<UpdateResolverEndpointInputBuilder> for UpdateResolverEndpointInputBuilder
impl PartialEq<UpdateResolverEndpointInputBuilder> for UpdateResolverEndpointInputBuilder
source§fn eq(&self, other: &UpdateResolverEndpointInputBuilder) -> bool
fn eq(&self, other: &UpdateResolverEndpointInputBuilder) -> bool
self and other values to be equal, and is used
by ==.