Struct aws_sdk_opensearch::model::additional_limit::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AdditionalLimit
Implementations
Additional limit is specific to a given InstanceType and for each of its
InstanceRole
etc.
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute is present on the master node only to specify how much data nodes up to which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute is present on data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to which you don't need any master nodes to govern them.
Additional limit is specific to a given InstanceType and for each of its
InstanceRole
etc.
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute is present on the master node only to specify how much data nodes up to which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute is present on data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to 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 a given
AdditionalLimit$LimitName
.
Value for a 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