Struct aws_sdk_kafka::model::client_authentication::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ClientAuthentication
.
Implementations§
source§impl Builder
impl Builder
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
.