(mut self, bucket_path: String)
| 594 | self |
| 595 | } |
| 596 | pub fn with_bucket_path(mut self, bucket_path: String) -> Self { |
| 597 | self.bucket_path = Some(bucket_path); |
| 598 | self |
| 599 | } |
| 600 | pub fn with_total_buckets(mut self, total_buckets: i32) -> Self { |
| 601 | self.total_buckets = total_buckets; |
| 602 | self |
no outgoing calls