pub struct Builder { /* private fields */ }
Expand description
A builder for ReplicaConfigurationRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replica_count(self, input: i32) -> Self
pub fn replica_count(self, input: i32) -> Self
The number of replicas to scale up or down to
sourcepub fn set_replica_count(self, input: Option<i32>) -> Self
pub fn set_replica_count(self, input: Option<i32>) -> Self
The number of replicas to scale up or down to
sourcepub fn build(self) -> ReplicaConfigurationRequest
pub fn build(self) -> ReplicaConfigurationRequest
Consumes the builder and constructs a ReplicaConfigurationRequest
.