Struct aws_sdk_elasticsearch::model::additional_limit::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AdditionalLimit
Implementations
Name of Additional Limit is specific to a given InstanceType and for each of it's
etc. InstanceRole
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
upto which you don't need any master nodes to govern them.
Name of Additional Limit is specific to a given InstanceType and for each of it's
etc. InstanceRole
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
upto which you don't need any master nodes to govern them.
Appends an item to limit_values
.
To override the contents of this collection use set_limit_values
.
Value for given
. AdditionalLimit$LimitName
Value for given
. AdditionalLimit$LimitName
Consumes the builder and constructs a AdditionalLimit
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