Class PrecheckParameters.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of PrecheckParameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PrecheckParameters build()  
      PrecheckParameters.Builder setClusterIds​(java.util.List<java.lang.String> clusterIds)
      Cluster ID list for nvds upgrade precheck This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of PrecheckParameters.
    • Method Detail

      • setClusterIds

        public PrecheckParameters.Builder setClusterIds​(java.util.List<java.lang.String> clusterIds)
        Cluster ID list for nvds upgrade precheck This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        clusterIds - New value for the property.