Struct aws_sdk_kafka::input::get_bootstrap_brokers_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetBootstrapBrokersInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster_arn(self, input: impl Into<String>) -> Self
pub fn cluster_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn set_cluster_arn(self, input: Option<String>) -> Self
pub fn set_cluster_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn build(self) -> Result<GetBootstrapBrokersInput, BuildError>
pub fn build(self) -> Result<GetBootstrapBrokersInput, BuildError>
Consumes the builder and constructs a GetBootstrapBrokersInput
.