Struct aws_sdk_memorydb::model::cluster_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ClusterConfiguration
Implementations
The description of the cluster configuration
The description of the cluster configuration
The node type used for the cluster
The Redis engine version used by the cluster
The Redis engine version used by the cluster
The specified maintenance window for the cluster
The specified maintenance window for the cluster
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
The name of parameter group used by the cluster
The name of parameter group used by the cluster
The name of the subnet group used by the cluster
The name of the subnet group used by the cluster
The ID of the VPC the cluster belongs to
The snapshot retention limit set by the cluster
The snapshot retention limit set by the cluster
The snapshot window set by the cluster
The snapshot window set by the cluster
The number of shards in the cluster
The number of shards in the cluster
Appends an item to shards.
To override the contents of this collection use set_shards.
The list of shards in the cluster
The list of shards in the cluster
Consumes the builder and constructs a ClusterConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
