Struct aws_sdk_kafka::input::CreateConfigurationInput
source · #[non_exhaustive]pub struct CreateConfigurationInput { /* private fields */ }
Implementations§
source§impl CreateConfigurationInput
impl CreateConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConfigurationInput
.
source§impl CreateConfigurationInput
impl CreateConfigurationInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the configuration.
sourcepub fn kafka_versions(&self) -> Option<&[String]>
pub fn kafka_versions(&self) -> Option<&[String]>
The versions of Apache Kafka with which you can use this MSK configuration.
sourcepub fn server_properties(&self) -> Option<&Blob>
pub fn server_properties(&self) -> Option<&Blob>
Contents of the
Trait Implementations§
source§impl Clone for CreateConfigurationInput
impl Clone for CreateConfigurationInput
source§fn clone(&self) -> CreateConfigurationInput
fn clone(&self) -> CreateConfigurationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateConfigurationInput
impl Debug for CreateConfigurationInput
source§impl PartialEq<CreateConfigurationInput> for CreateConfigurationInput
impl PartialEq<CreateConfigurationInput> for CreateConfigurationInput
source§fn eq(&self, other: &CreateConfigurationInput) -> bool
fn eq(&self, other: &CreateConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.