Struct aws_sdk_kafka::types::builders::ClientAuthenticationBuilder   
source · #[non_exhaustive]pub struct ClientAuthenticationBuilder { /* private fields */ }Expand description
A builder for ClientAuthentication.
Implementations§
source§impl ClientAuthenticationBuilder
 
impl ClientAuthenticationBuilder
sourcepub fn set_sasl(self, input: Option<Sasl>) -> Self
 
pub fn set_sasl(self, input: Option<Sasl>) -> Self
Details for ClientAuthentication using SASL.
sourcepub fn unauthenticated(self, input: Unauthenticated) -> Self
 
pub fn unauthenticated(self, input: Unauthenticated) -> Self
Contains information about unauthenticated traffic to the cluster.
sourcepub fn set_unauthenticated(self, input: Option<Unauthenticated>) -> Self
 
pub fn set_unauthenticated(self, input: Option<Unauthenticated>) -> Self
Contains information about unauthenticated traffic to the cluster.
sourcepub fn build(self) -> ClientAuthentication
 
pub fn build(self) -> ClientAuthentication
Consumes the builder and constructs a ClientAuthentication.
Trait Implementations§
source§impl Clone for ClientAuthenticationBuilder
 
impl Clone for ClientAuthenticationBuilder
source§fn clone(&self) -> ClientAuthenticationBuilder
 
fn clone(&self) -> ClientAuthenticationBuilder
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 ClientAuthenticationBuilder
 
impl Debug for ClientAuthenticationBuilder
source§impl Default for ClientAuthenticationBuilder
 
impl Default for ClientAuthenticationBuilder
source§fn default() -> ClientAuthenticationBuilder
 
fn default() -> ClientAuthenticationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ClientAuthenticationBuilder> for ClientAuthenticationBuilder
 
impl PartialEq<ClientAuthenticationBuilder> for ClientAuthenticationBuilder
source§fn eq(&self, other: &ClientAuthenticationBuilder) -> bool
 
fn eq(&self, other: &ClientAuthenticationBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.