Class AllocationRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • nodeId

        public final AllocationRequest.Builder nodeId​(java.util.List<java.lang.String> list)
        A comma-separated list of node IDs or names to limit the returned information

        API name: node_id

        Adds all elements of list to nodeId.

      • nodeId

        public final AllocationRequest.Builder nodeId​(java.lang.String value,
                                                      java.lang.String... values)
        A comma-separated list of node IDs or names to limit the returned information

        API name: node_id

        Adds one or more values to nodeId.