Struct aws_sdk_kafka::operation::delete_configuration::builders::DeleteConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteConfigurationInputBuilder { /* private fields */ }Expand description
A builder for DeleteConfigurationInput.
Implementations§
source§impl DeleteConfigurationInputBuilder
impl DeleteConfigurationInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
sourcepub fn build(self) -> Result<DeleteConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteConfigurationInput.
Trait Implementations§
source§impl Clone for DeleteConfigurationInputBuilder
impl Clone for DeleteConfigurationInputBuilder
source§fn clone(&self) -> DeleteConfigurationInputBuilder
fn clone(&self) -> DeleteConfigurationInputBuilder
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 Default for DeleteConfigurationInputBuilder
impl Default for DeleteConfigurationInputBuilder
source§fn default() -> DeleteConfigurationInputBuilder
fn default() -> DeleteConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteConfigurationInputBuilder> for DeleteConfigurationInputBuilder
impl PartialEq<DeleteConfigurationInputBuilder> for DeleteConfigurationInputBuilder
source§fn eq(&self, other: &DeleteConfigurationInputBuilder) -> bool
fn eq(&self, other: &DeleteConfigurationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.