Struct aws_sdk_route53resolver::operation::update_resolver_config::builders::UpdateResolverConfigInputBuilder
source · #[non_exhaustive]pub struct UpdateResolverConfigInputBuilder { /* private fields */ }Expand description
A builder for UpdateResolverConfigInput.
Implementations§
source§impl UpdateResolverConfigInputBuilder
impl UpdateResolverConfigInputBuilder
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
sourcepub fn autodefined_reverse_flag(self, input: AutodefinedReverseFlag) -> Self
pub fn autodefined_reverse_flag(self, input: AutodefinedReverseFlag) -> Self
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
sourcepub fn set_autodefined_reverse_flag(
self,
input: Option<AutodefinedReverseFlag>
) -> Self
pub fn set_autodefined_reverse_flag( self, input: Option<AutodefinedReverseFlag> ) -> Self
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
sourcepub fn build(self) -> Result<UpdateResolverConfigInput, BuildError>
pub fn build(self) -> Result<UpdateResolverConfigInput, BuildError>
Consumes the builder and constructs a UpdateResolverConfigInput.
Trait Implementations§
source§impl Clone for UpdateResolverConfigInputBuilder
impl Clone for UpdateResolverConfigInputBuilder
source§fn clone(&self) -> UpdateResolverConfigInputBuilder
fn clone(&self) -> UpdateResolverConfigInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateResolverConfigInputBuilder
impl Default for UpdateResolverConfigInputBuilder
source§fn default() -> UpdateResolverConfigInputBuilder
fn default() -> UpdateResolverConfigInputBuilder
source§impl PartialEq<UpdateResolverConfigInputBuilder> for UpdateResolverConfigInputBuilder
impl PartialEq<UpdateResolverConfigInputBuilder> for UpdateResolverConfigInputBuilder
source§fn eq(&self, other: &UpdateResolverConfigInputBuilder) -> bool
fn eq(&self, other: &UpdateResolverConfigInputBuilder) -> bool
self and other values to be equal, and is used
by ==.