Class SiteFederationConfig.Builder

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SiteFederationConfig build()  
      SiteFederationConfig.Builder setRtepIps​(java.util.List<java.lang.String> rtepIps)
      Remote tunnel endpoint IP addresses format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      SiteFederationConfig.Builder setSiteId​(java.lang.String siteId)
      Site UUID This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      SiteFederationConfig.Builder setSiteIndex​(java.lang.Long siteIndex)
      Unique site index allocated (from range 0-4095) format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
      SiteFederationConfig.Builder setSitePath​(java.lang.String sitePath)
      Site path 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 SiteFederationConfig.
    • Method Detail

      • setRtepIps

        public SiteFederationConfig.Builder setRtepIps​(java.util.List<java.lang.String> rtepIps)
        Remote tunnel endpoint IP addresses format: ip 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:
        rtepIps - New value for the property.
      • setSiteId

        public SiteFederationConfig.Builder setSiteId​(java.lang.String siteId)
        Site UUID 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:
        siteId - New value for the property.
      • setSiteIndex

        public SiteFederationConfig.Builder setSiteIndex​(java.lang.Long siteIndex)
        Unique site index allocated (from range 0-4095) format: int64 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:
        siteIndex - New value for the property.
      • setSitePath

        public SiteFederationConfig.Builder setSitePath​(java.lang.String sitePath)
        Site path 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:
        sitePath - New value for the property.