Struct aws_sdk_kafka::model::provisioned_throughput::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ProvisionedThroughput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Provisioned throughput is enabled or not.
sourcepub fn volume_throughput(self, input: i32) -> Self
pub fn volume_throughput(self, input: i32) -> Self
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
sourcepub fn set_volume_throughput(self, input: Option<i32>) -> Self
pub fn set_volume_throughput(self, input: Option<i32>) -> Self
Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
sourcepub fn build(self) -> ProvisionedThroughput
pub fn build(self) -> ProvisionedThroughput
Consumes the builder and constructs a ProvisionedThroughput
.