Struct aws_sdk_iot::model::bucket::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Bucket
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn key_value(self, input: impl Into<String>) -> Self
pub fn key_value(self, input: impl Into<String>) -> Self
The value counted for the particular bucket.
sourcepub fn set_key_value(self, input: Option<String>) -> Self
pub fn set_key_value(self, input: Option<String>) -> Self
The value counted for the particular bucket.
sourcepub fn count(self, input: i32) -> Self
pub fn count(self, input: i32) -> Self
The number of documents that have the value counted for the particular bucket.