Struct aws_sdk_opensearch::model::cluster_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ClusterConfig
Implementations
The instance type for an OpenSearch cluster. UltraWarm instance types are not supported for data instances.
The instance type for an OpenSearch cluster. UltraWarm instance types are not supported for data instances.
The number of instances in the specified domain cluster.
The number of instances in the specified domain cluster.
A boolean value to indicate whether a dedicated master node is enabled. See Dedicated master nodes in Amazon OpenSearch Service for more information.
A boolean value to indicate whether a dedicated master node is enabled. See Dedicated master nodes in Amazon OpenSearch Service for more information.
A boolean value to indicate whether zone awareness is enabled. See Configuring a multi-AZ domain in Amazon OpenSearch Service for more information.
A boolean value to indicate whether zone awareness is enabled. See Configuring a multi-AZ domain in Amazon OpenSearch Service for more information.
The zone awareness configuration for a domain when zone awareness is enabled.
The zone awareness configuration for a domain when zone awareness is enabled.
The instance type for a dedicated master node.
pub fn set_dedicated_master_type(
self,
input: Option<OpenSearchPartitionInstanceType>
) -> Self
pub fn set_dedicated_master_type(
self,
input: Option<OpenSearchPartitionInstanceType>
) -> Self
The instance type for a dedicated master node.
Total number of dedicated master nodes, active and on standby, for the cluster.
Total number of dedicated master nodes, active and on standby, for the cluster.
True to enable UltraWarm storage.
True to enable UltraWarm storage.
The instance type for the OpenSearch cluster's warm nodes.
The instance type for the OpenSearch cluster's warm nodes.
The number of UltraWarm nodes in the cluster.
The number of UltraWarm nodes in the cluster.
Specifies the ColdStorageOptions
config for a Domain
Specifies the ColdStorageOptions
config for a Domain
Consumes the builder and constructs a ClusterConfig
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