Interface AdditionalLimit.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AdditionalLimit.Builder,AdditionalLimit>
,SdkBuilder<AdditionalLimit.Builder,AdditionalLimit>
,SdkPojo
- Enclosing class:
- AdditionalLimit
public static interface AdditionalLimit.Builder extends SdkPojo, CopyableBuilder<AdditionalLimit.Builder,AdditionalLimit>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalLimit.Builder
limitName(String limitName)
AdditionalLimit.Builder
limitValues(String... limitValues)
The values of the additional instance type limits.AdditionalLimit.Builder
limitValues(Collection<String> limitValues)
The values of the additional instance type limits.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
limitName
AdditionalLimit.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.
- 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
AdditionalLimit.Builder limitValues(Collection<String> 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
AdditionalLimit.Builder limitValues(String... 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.
-
-