public static final class NodeHttpServiceProperties.Builder
extends java.lang.Object
NodeHttpServiceProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeHttpServiceProperties. |
| Modifier and Type | Method and Description |
|---|---|
NodeHttpServiceProperties |
build() |
NodeHttpServiceProperties.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
NodeHttpServiceProperties.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeHttpServiceProperties.Builder |
setSelf(SelfResourceLink self) |
NodeHttpServiceProperties.Builder |
setServiceName(java.lang.String serviceName)
Service name
|
NodeHttpServiceProperties.Builder |
setServiceProperties(HttpServiceProperties serviceProperties) |
public Builder()
NodeHttpServiceProperties.public NodeHttpServiceProperties.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public NodeHttpServiceProperties.Builder setSchema(java.lang.String schema)
schema - New value for the property.public NodeHttpServiceProperties.Builder setSelf(SelfResourceLink self)
self - New value for the property.public NodeHttpServiceProperties.Builder setServiceName(java.lang.String serviceName)
serviceName - New value for the property.public NodeHttpServiceProperties.Builder setServiceProperties(HttpServiceProperties serviceProperties)
serviceProperties - New value for the property.public NodeHttpServiceProperties build()