public static final class NodeNtpServiceProperties.Builder
extends java.lang.Object
NodeNtpServiceProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeNtpServiceProperties. |
| Modifier and Type | Method and Description |
|---|---|
NodeNtpServiceProperties |
build() |
NodeNtpServiceProperties.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
NodeNtpServiceProperties.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.
|
NodeNtpServiceProperties.Builder |
setSelf(SelfResourceLink self) |
NodeNtpServiceProperties.Builder |
setServiceName(java.lang.String serviceName)
Service name
|
NodeNtpServiceProperties.Builder |
setServiceProperties(NtpServiceProperties serviceProperties) |
public Builder()
NodeNtpServiceProperties.public NodeNtpServiceProperties.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public NodeNtpServiceProperties.Builder setSchema(java.lang.String schema)
schema - New value for the property.public NodeNtpServiceProperties.Builder setSelf(SelfResourceLink self)
self - New value for the property.public NodeNtpServiceProperties.Builder setServiceName(java.lang.String serviceName)
serviceName - New value for the property.public NodeNtpServiceProperties.Builder setServiceProperties(NtpServiceProperties serviceProperties)
serviceProperties - New value for the property.public NodeNtpServiceProperties build()