Struct aws_sdk_kafka::model::unauthenticated::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Unauthenticated
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
sourcepub fn build(self) -> Unauthenticated
pub fn build(self) -> Unauthenticated
Consumes the builder and constructs a Unauthenticated
.