Struct aws_sdk_kafka::model::tls::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Tls
.
Implementations§
source§impl Builder
impl Builder
Appends an item to certificate_authority_arn_list
.
To override the contents of this collection use set_certificate_authority_arn_list
.
List of ACM Certificate Authority ARNs.
List of ACM Certificate Authority ARNs.
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Specifies whether you want to turn on or turn off TLS authentication.
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 TLS authentication.