public static interface AdditionalLimit.Builder extends SdkPojo, CopyableBuilder<AdditionalLimit.Builder,AdditionalLimit>
| Modifier and Type | Method and Description |
|---|---|
AdditionalLimit.Builder |
limitName(String limitName)
|
AdditionalLimit.Builder |
limitValues(Collection<String> limitValues)
The values of the additional instance type limits.
|
AdditionalLimit.Builder |
limitValues(String... limitValues)
The values of the additional instance type limits.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdditionalLimit.Builder limitName(String limitName)
MaximumNumberOfDataNodesSupported - This attribute only applies to master nodes and specifies
the maximum number of data nodes of a given instance type a master node can support.
MaximumNumberOfDataNodesWithoutMasterNode - This attribute only applies to data nodes and
specifies the maximum number of data nodes of a given instance type can exist without a master node governing
them.
limitName -
MaximumNumberOfDataNodesSupported - This attribute only applies to master nodes and
specifies the maximum number of data nodes of a given instance type a master node can support.
MaximumNumberOfDataNodesWithoutMasterNode - This attribute only applies to data nodes and
specifies the maximum number of data nodes of a given instance type can exist without a master node
governing them.
AdditionalLimit.Builder limitValues(Collection<String> limitValues)
The values of the additional instance type limits.
limitValues - The values of the additional instance type limits.AdditionalLimit.Builder limitValues(String... limitValues)
The values of the additional instance type limits.
limitValues - The values of the additional instance type limits.Copyright © 2023. All rights reserved.