Class InstanceInfo.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setNodeCount

        public abstract InstanceInfo.Builder setNodeCount​(int nodeCount)
        Sets the number of nodes for the instance. Exactly one of processing units or node count must be set when creating a new instance.
      • setProcessingUnits

        public InstanceInfo.Builder setProcessingUnits​(int processingUnits)
        Sets the number of processing units for the instance. Exactly one of processing units or node count must be set when creating a new instance. Processing units must be between 1 and 999 (inclusive) when creating a new instance with node count = 0. Processing units from 1000 and up must always be a multiple of 1000 (that is equal to an integer number of nodes).