Class BrokerShape.Builder

  • Enclosing class:
    BrokerShape

    public static class BrokerShape.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • nodeCount

        public BrokerShape.Builder nodeCount​(Integer nodeCount)
        Number of Kafka broker nodes
        Parameters:
        nodeCount - the value to set
        Returns:
        this builder
      • ocpuCount

        public BrokerShape.Builder ocpuCount​(Integer ocpuCount)
        Number of OCPUs per nodes
        Parameters:
        ocpuCount - the value to set
        Returns:
        this builder
      • storageSizeInGbs

        public BrokerShape.Builder storageSizeInGbs​(Integer storageSizeInGbs)
        Size of the storage per nodes.
        Parameters:
        storageSizeInGbs - the value to set
        Returns:
        this builder