Interface AdditionalLimit.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AdditionalLimit.Builder,,AdditionalLimit> SdkBuilder<AdditionalLimit.Builder,,AdditionalLimit> SdkPojo
- Enclosing class:
 AdditionalLimit
- 
Method Summary
Modifier and TypeMethodDescriptionlimitValues(String... limitValues) The values of the additional instance type limits.limitValues(Collection<String> limitValues) The values of the additional instance type limits.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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. 
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
limitValues
The values of the additional instance type limits.
- Parameters:
 limitValues- The values of the additional instance type limits.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
limitValues
The values of the additional instance type limits.
- Parameters:
 limitValues- The values of the additional instance type limits.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -