pub struct DescribeLogDirsTopicBuilder { /* private fields */ }
Expand description
Builder for DescribeLogDirsTopic
.
Implementations§
source§impl DescribeLogDirsTopicBuilder
impl DescribeLogDirsTopicBuilder
sourcepub fn name(&mut self, value: TopicName) -> &mut Self
pub fn name(&mut self, value: TopicName) -> &mut Self
The topic name.
Supported API versions: 0-3
sourcepub fn partitions(&mut self, value: Vec<DescribeLogDirsPartition>) -> &mut Self
pub fn partitions(&mut self, value: Vec<DescribeLogDirsPartition>) -> &mut Self
Supported API versions: 0-3
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<DescribeLogDirsTopic, DescribeLogDirsTopicBuilderError>
pub fn build(
&self
) -> Result<DescribeLogDirsTopic, DescribeLogDirsTopicBuilderError>
Trait Implementations§
source§impl Clone for DescribeLogDirsTopicBuilder
impl Clone for DescribeLogDirsTopicBuilder
source§fn clone(&self) -> DescribeLogDirsTopicBuilder
fn clone(&self) -> DescribeLogDirsTopicBuilder
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