Struct aws_sdk_elasticsearch::model::additional_limit::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AdditionalLimit
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn limit_name(self, input: impl Into<String>) -> Self
pub fn limit_name(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_limit_name(self, input: Option<String>) -> Self
pub fn set_limit_name(self, input: Option<String>) -> Self
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.
sourcepub fn limit_values(self, input: impl Into<String>) -> Self
pub fn limit_values(self, input: impl Into<String>) -> Self
Appends an item to limit_values
.
To override the contents of this collection use set_limit_values
.
Value for given
. AdditionalLimit$LimitName
sourcepub fn set_limit_values(self, input: Option<Vec<String>>) -> Self
pub fn set_limit_values(self, input: Option<Vec<String>>) -> Self
Value for given
. AdditionalLimit$LimitName
sourcepub fn build(self) -> AdditionalLimit
pub fn build(self) -> AdditionalLimit
Consumes the builder and constructs a AdditionalLimit
.