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.
This field is required.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 get_resource_id(&self) -> &Option<String>
pub fn get_resource_id(&self) -> &Option<String>
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 get_autodefined_reverse_flag(&self) -> &Option<AutodefinedReverseFlag>
pub fn get_autodefined_reverse_flag(&self) -> &Option<AutodefinedReverseFlag>
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
.
source§impl UpdateResolverConfigInputBuilder
impl UpdateResolverConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateResolverConfigOutput, SdkError<UpdateResolverConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateResolverConfigOutput, SdkError<UpdateResolverConfigError, HttpResponse>>
Sends a request with this input using the given client.
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 for UpdateResolverConfigInputBuilder
impl PartialEq 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 ==
.