Struct aws_sdk_kafka::operation::get_bootstrap_brokers::builders::GetBootstrapBrokersOutputBuilder
source · #[non_exhaustive]pub struct GetBootstrapBrokersOutputBuilder { /* private fields */ }
Expand description
A builder for GetBootstrapBrokersOutput
.
Implementations§
source§impl GetBootstrapBrokersOutputBuilder
impl GetBootstrapBrokersOutputBuilder
sourcepub fn bootstrap_broker_string(self, input: impl Into<String>) -> Self
pub fn bootstrap_broker_string(self, input: impl Into<String>) -> Self
A string containing one or more hostname:port pairs.
sourcepub fn set_bootstrap_broker_string(self, input: Option<String>) -> Self
pub fn set_bootstrap_broker_string(self, input: Option<String>) -> Self
A string containing one or more hostname:port pairs.
sourcepub fn get_bootstrap_broker_string(&self) -> &Option<String>
pub fn get_bootstrap_broker_string(&self) -> &Option<String>
A string containing one or more hostname:port pairs.
sourcepub fn bootstrap_broker_string_tls(self, input: impl Into<String>) -> Self
pub fn bootstrap_broker_string_tls(self, input: impl Into<String>) -> Self
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn set_bootstrap_broker_string_tls(self, input: Option<String>) -> Self
pub fn set_bootstrap_broker_string_tls(self, input: Option<String>) -> Self
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn get_bootstrap_broker_string_tls(&self) -> &Option<String>
pub fn get_bootstrap_broker_string_tls(&self) -> &Option<String>
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn bootstrap_broker_string_sasl_scram(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_sasl_scram( self, input: impl Into<String>, ) -> Self
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn set_bootstrap_broker_string_sasl_scram(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_sasl_scram( self, input: Option<String>, ) -> Self
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn get_bootstrap_broker_string_sasl_scram(&self) -> &Option<String>
pub fn get_bootstrap_broker_string_sasl_scram(&self) -> &Option<String>
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn bootstrap_broker_string_sasl_iam(self, input: impl Into<String>) -> Self
pub fn bootstrap_broker_string_sasl_iam(self, input: impl Into<String>) -> Self
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn set_bootstrap_broker_string_sasl_iam(self, input: Option<String>) -> Self
pub fn set_bootstrap_broker_string_sasl_iam(self, input: Option<String>) -> Self
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn get_bootstrap_broker_string_sasl_iam(&self) -> &Option<String>
pub fn get_bootstrap_broker_string_sasl_iam(&self) -> &Option<String>
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn bootstrap_broker_string_public_tls(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_public_tls( self, input: impl Into<String>, ) -> Self
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn set_bootstrap_broker_string_public_tls(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_public_tls( self, input: Option<String>, ) -> Self
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn get_bootstrap_broker_string_public_tls(&self) -> &Option<String>
pub fn get_bootstrap_broker_string_public_tls(&self) -> &Option<String>
A string containing one or more DNS names (or IP) and TLS port pairs.
sourcepub fn bootstrap_broker_string_public_sasl_scram(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_public_sasl_scram( self, input: impl Into<String>, ) -> Self
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn set_bootstrap_broker_string_public_sasl_scram(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_public_sasl_scram( self, input: Option<String>, ) -> Self
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn get_bootstrap_broker_string_public_sasl_scram(&self) -> &Option<String>
pub fn get_bootstrap_broker_string_public_sasl_scram(&self) -> &Option<String>
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
sourcepub fn bootstrap_broker_string_public_sasl_iam(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_public_sasl_iam( self, input: impl Into<String>, ) -> Self
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn set_bootstrap_broker_string_public_sasl_iam(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_public_sasl_iam( self, input: Option<String>, ) -> Self
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn get_bootstrap_broker_string_public_sasl_iam(&self) -> &Option<String>
pub fn get_bootstrap_broker_string_public_sasl_iam(&self) -> &Option<String>
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
sourcepub fn bootstrap_broker_string_vpc_connectivity_tls(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_vpc_connectivity_tls( self, input: impl Into<String>, ) -> Self
A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
sourcepub fn set_bootstrap_broker_string_vpc_connectivity_tls(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_vpc_connectivity_tls( self, input: Option<String>, ) -> Self
A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
sourcepub fn get_bootstrap_broker_string_vpc_connectivity_tls(
&self,
) -> &Option<String>
pub fn get_bootstrap_broker_string_vpc_connectivity_tls( &self, ) -> &Option<String>
A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
sourcepub fn bootstrap_broker_string_vpc_connectivity_sasl_scram(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_vpc_connectivity_sasl_scram( self, input: impl Into<String>, ) -> Self
A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
sourcepub fn set_bootstrap_broker_string_vpc_connectivity_sasl_scram(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_vpc_connectivity_sasl_scram( self, input: Option<String>, ) -> Self
A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
sourcepub fn get_bootstrap_broker_string_vpc_connectivity_sasl_scram(
&self,
) -> &Option<String>
pub fn get_bootstrap_broker_string_vpc_connectivity_sasl_scram( &self, ) -> &Option<String>
A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
sourcepub fn bootstrap_broker_string_vpc_connectivity_sasl_iam(
self,
input: impl Into<String>,
) -> Self
pub fn bootstrap_broker_string_vpc_connectivity_sasl_iam( self, input: impl Into<String>, ) -> Self
A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
sourcepub fn set_bootstrap_broker_string_vpc_connectivity_sasl_iam(
self,
input: Option<String>,
) -> Self
pub fn set_bootstrap_broker_string_vpc_connectivity_sasl_iam( self, input: Option<String>, ) -> Self
A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
sourcepub fn get_bootstrap_broker_string_vpc_connectivity_sasl_iam(
&self,
) -> &Option<String>
pub fn get_bootstrap_broker_string_vpc_connectivity_sasl_iam( &self, ) -> &Option<String>
A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
sourcepub fn build(self) -> GetBootstrapBrokersOutput
pub fn build(self) -> GetBootstrapBrokersOutput
Consumes the builder and constructs a GetBootstrapBrokersOutput
.
Trait Implementations§
source§impl Clone for GetBootstrapBrokersOutputBuilder
impl Clone for GetBootstrapBrokersOutputBuilder
source§fn clone(&self) -> GetBootstrapBrokersOutputBuilder
fn clone(&self) -> GetBootstrapBrokersOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetBootstrapBrokersOutputBuilder
impl Default for GetBootstrapBrokersOutputBuilder
source§fn default() -> GetBootstrapBrokersOutputBuilder
fn default() -> GetBootstrapBrokersOutputBuilder
source§impl PartialEq for GetBootstrapBrokersOutputBuilder
impl PartialEq for GetBootstrapBrokersOutputBuilder
source§fn eq(&self, other: &GetBootstrapBrokersOutputBuilder) -> bool
fn eq(&self, other: &GetBootstrapBrokersOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBootstrapBrokersOutputBuilder
Auto Trait Implementations§
impl Freeze for GetBootstrapBrokersOutputBuilder
impl RefUnwindSafe for GetBootstrapBrokersOutputBuilder
impl Send for GetBootstrapBrokersOutputBuilder
impl Sync for GetBootstrapBrokersOutputBuilder
impl Unpin for GetBootstrapBrokersOutputBuilder
impl UnwindSafe for GetBootstrapBrokersOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more