Class ServicePath.Builder

  • Enclosing class:
    ServicePath

    public static final class ServicePath.Builder
    extends java.lang.Object
    Builder class for ServicePath.
    • Constructor Detail

      • Builder

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

      • setServiceChainId

        public ServicePath.Builder setServiceChainId​(java.lang.Long serviceChainId)
        A unique id of a service chain. 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:
        serviceChainId - New value for the property.
      • setServiceChainUuid

        public ServicePath.Builder setServiceChainUuid​(java.lang.String serviceChainUuid)
        Uuid of a service chain. 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:
        serviceChainUuid - New value for the property.
      • setServicePathId

        public ServicePath.Builder setServicePathId​(java.lang.Long servicePathId)
        Unique identifier of a service path. 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:
        servicePathId - New value for the property.