Struct aws_sdk_kafka::model::broker_software_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BrokerSoftwareInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration_arn(self, input: impl Into<String>) -> Self
pub fn configuration_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
sourcepub fn set_configuration_arn(self, input: Option<String>) -> Self
pub fn set_configuration_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
sourcepub fn configuration_revision(self, input: i64) -> Self
pub fn configuration_revision(self, input: i64) -> Self
The revision of the configuration to use. This field isn't visible in this preview release.
sourcepub fn set_configuration_revision(self, input: Option<i64>) -> Self
pub fn set_configuration_revision(self, input: Option<i64>) -> Self
The revision of the configuration to use. This field isn't visible in this preview release.
sourcepub fn kafka_version(self, input: impl Into<String>) -> Self
pub fn kafka_version(self, input: impl Into<String>) -> Self
The version of Apache Kafka.
sourcepub fn set_kafka_version(self, input: Option<String>) -> Self
pub fn set_kafka_version(self, input: Option<String>) -> Self
The version of Apache Kafka.
sourcepub fn build(self) -> BrokerSoftwareInfo
pub fn build(self) -> BrokerSoftwareInfo
Consumes the builder and constructs a BrokerSoftwareInfo
.