Struct aws_sdk_route53resolver::operation::associate_resolver_query_log_config::builders::AssociateResolverQueryLogConfigOutputBuilder
source · #[non_exhaustive]pub struct AssociateResolverQueryLogConfigOutputBuilder { /* private fields */ }Expand description
A builder for AssociateResolverQueryLogConfigOutput.
Implementations§
source§impl AssociateResolverQueryLogConfigOutputBuilder
impl AssociateResolverQueryLogConfigOutputBuilder
sourcepub fn resolver_query_log_config_association(
self,
input: ResolverQueryLogConfigAssociation
) -> Self
pub fn resolver_query_log_config_association( self, input: ResolverQueryLogConfigAssociation ) -> Self
A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
sourcepub fn set_resolver_query_log_config_association(
self,
input: Option<ResolverQueryLogConfigAssociation>
) -> Self
pub fn set_resolver_query_log_config_association( self, input: Option<ResolverQueryLogConfigAssociation> ) -> Self
A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
sourcepub fn build(self) -> AssociateResolverQueryLogConfigOutput
pub fn build(self) -> AssociateResolverQueryLogConfigOutput
Consumes the builder and constructs a AssociateResolverQueryLogConfigOutput.
Trait Implementations§
source§impl Clone for AssociateResolverQueryLogConfigOutputBuilder
impl Clone for AssociateResolverQueryLogConfigOutputBuilder
source§fn clone(&self) -> AssociateResolverQueryLogConfigOutputBuilder
fn clone(&self) -> AssociateResolverQueryLogConfigOutputBuilder
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 Default for AssociateResolverQueryLogConfigOutputBuilder
impl Default for AssociateResolverQueryLogConfigOutputBuilder
source§fn default() -> AssociateResolverQueryLogConfigOutputBuilder
fn default() -> AssociateResolverQueryLogConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateResolverQueryLogConfigOutputBuilder> for AssociateResolverQueryLogConfigOutputBuilder
impl PartialEq<AssociateResolverQueryLogConfigOutputBuilder> for AssociateResolverQueryLogConfigOutputBuilder
source§fn eq(&self, other: &AssociateResolverQueryLogConfigOutputBuilder) -> bool
fn eq(&self, other: &AssociateResolverQueryLogConfigOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.