Interface AdditionalLimit.Builder

    • 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.