Struct aws_sdk_kafka::operation::list_kafka_versions::builders::ListKafkaVersionsOutputBuilder
source · #[non_exhaustive]pub struct ListKafkaVersionsOutputBuilder { /* private fields */ }Expand description
A builder for ListKafkaVersionsOutput.
Implementations§
source§impl ListKafkaVersionsOutputBuilder
impl ListKafkaVersionsOutputBuilder
sourcepub fn kafka_versions(self, input: KafkaVersion) -> Self
pub fn kafka_versions(self, input: KafkaVersion) -> Self
Appends an item to kafka_versions.
To override the contents of this collection use set_kafka_versions.
pub fn set_kafka_versions(self, input: Option<Vec<KafkaVersion>>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
sourcepub fn build(self) -> ListKafkaVersionsOutput
pub fn build(self) -> ListKafkaVersionsOutput
Consumes the builder and constructs a ListKafkaVersionsOutput.
Trait Implementations§
source§impl Clone for ListKafkaVersionsOutputBuilder
impl Clone for ListKafkaVersionsOutputBuilder
source§fn clone(&self) -> ListKafkaVersionsOutputBuilder
fn clone(&self) -> ListKafkaVersionsOutputBuilder
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 ListKafkaVersionsOutputBuilder
impl Default for ListKafkaVersionsOutputBuilder
source§fn default() -> ListKafkaVersionsOutputBuilder
fn default() -> ListKafkaVersionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListKafkaVersionsOutputBuilder> for ListKafkaVersionsOutputBuilder
impl PartialEq<ListKafkaVersionsOutputBuilder> for ListKafkaVersionsOutputBuilder
source§fn eq(&self, other: &ListKafkaVersionsOutputBuilder) -> bool
fn eq(&self, other: &ListKafkaVersionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.