pub struct AlterReplicaLogDirBuilder { /* private fields */ }
Expand description
Builder for AlterReplicaLogDir
.
Implementations§
source§impl AlterReplicaLogDirBuilder
impl AlterReplicaLogDirBuilder
sourcepub fn topics(
&mut self,
value: IndexMap<TopicName, AlterReplicaLogDirTopic>
) -> &mut Self
pub fn topics(
&mut self,
value: IndexMap<TopicName, AlterReplicaLogDirTopic>
) -> &mut Self
The topics to add to the directory.
Supported API versions: 0-2
sourcepub fn unknown_tagged_fields(
&mut self,
value: BTreeMap<i32, Vec<u8>>
) -> &mut Self
pub fn unknown_tagged_fields(
&mut self,
value: BTreeMap<i32, Vec<u8>>
) -> &mut Self
Other tagged fields
sourcepub fn build(
&self
) -> Result<AlterReplicaLogDir, AlterReplicaLogDirBuilderError>
pub fn build(
&self
) -> Result<AlterReplicaLogDir, AlterReplicaLogDirBuilderError>
Trait Implementations§
source§impl Clone for AlterReplicaLogDirBuilder
impl Clone for AlterReplicaLogDirBuilder
source§fn clone(&self) -> AlterReplicaLogDirBuilder
fn clone(&self) -> AlterReplicaLogDirBuilder
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 more