Class NodeCount.Builder

  • Enclosing class:
    NodeCount

    public static class NodeCount.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • logicalShape

        public NodeCount.Builder logicalShape​(String logicalShape)
        The compute shape of the nodes that the count is for.
        Parameters:
        logicalShape - the value to set
        Returns:
        this builder
      • count

        public NodeCount.Builder count​(Integer count)
        The node count of this compute shape.
        Parameters:
        count - the value to set
        Returns:
        this builder