Struct aws_sdk_elasticsearch::model::elasticsearch_cluster_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ElasticsearchClusterConfig
Implementations
The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data instances.
The instance type for an Elasticsearch 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 About Dedicated Master Nodes for more information.
A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.
A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.
A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
Specifies the zone awareness configuration for a domain when zone awareness is enabled.
The instance type for a dedicated master node.
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 warm storage.
True to enable warm storage.
The instance type for the Elasticsearch cluster's warm nodes.
The instance type for the Elasticsearch cluster's warm nodes.
The number of warm nodes in the cluster.
The number of warm nodes in the cluster.
Specifies the ColdStorageOptions
config for Elasticsearch Domain
Specifies the ColdStorageOptions
config for Elasticsearch Domain
Consumes the builder and constructs a ElasticsearchClusterConfig
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