#[non_exhaustive]pub struct UpdateIpAddressBuilder { /* private fields */ }Expand description
A builder for UpdateIpAddress.
Implementations§
source§impl UpdateIpAddressBuilder
impl UpdateIpAddressBuilder
sourcepub fn ip_id(self, input: impl Into<String>) -> Self
pub fn ip_id(self, input: impl Into<String>) -> Self
The ID of the IP address, specified by the ResolverEndpointId.
sourcepub fn set_ip_id(self, input: Option<String>) -> Self
pub fn set_ip_id(self, input: Option<String>) -> Self
The ID of the IP address, specified by the ResolverEndpointId.
sourcepub fn ipv6(self, input: impl Into<String>) -> Self
pub fn ipv6(self, input: impl Into<String>) -> Self
The IPv6 address that you want to use for DNS queries.
sourcepub fn set_ipv6(self, input: Option<String>) -> Self
pub fn set_ipv6(self, input: Option<String>) -> Self
The IPv6 address that you want to use for DNS queries.
sourcepub fn build(self) -> UpdateIpAddress
pub fn build(self) -> UpdateIpAddress
Consumes the builder and constructs a UpdateIpAddress.
Trait Implementations§
source§impl Clone for UpdateIpAddressBuilder
impl Clone for UpdateIpAddressBuilder
source§fn clone(&self) -> UpdateIpAddressBuilder
fn clone(&self) -> UpdateIpAddressBuilder
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 Debug for UpdateIpAddressBuilder
impl Debug for UpdateIpAddressBuilder
source§impl Default for UpdateIpAddressBuilder
impl Default for UpdateIpAddressBuilder
source§fn default() -> UpdateIpAddressBuilder
fn default() -> UpdateIpAddressBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateIpAddressBuilder> for UpdateIpAddressBuilder
impl PartialEq<UpdateIpAddressBuilder> for UpdateIpAddressBuilder
source§fn eq(&self, other: &UpdateIpAddressBuilder) -> bool
fn eq(&self, other: &UpdateIpAddressBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.