public static final class NodeLogProperties.Builder
extends java.lang.Object
NodeLogProperties.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
NodeLogProperties. |
| Modifier and Type | Method and Description |
|---|---|
NodeLogProperties |
build() |
NodeLogProperties.Builder |
setLastModifiedTime(java.lang.Long lastModifiedTime)
Last modified time expressed in milliseconds since epoch 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.
|
NodeLogProperties.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
NodeLogProperties.Builder |
setLogName(java.lang.String logName)
Name of log file
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
NodeLogProperties.Builder |
setLogSize(java.lang.Long logSize)
Size of log file in bytes 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.
|
NodeLogProperties.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.
|
NodeLogProperties.Builder |
setSelf(SelfResourceLink self) |
public Builder()
NodeLogProperties.public NodeLogProperties.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public NodeLogProperties.Builder setSchema(java.lang.String schema)
schema - New value for the property.public NodeLogProperties.Builder setSelf(SelfResourceLink self)
self - New value for the property.public NodeLogProperties.Builder setLastModifiedTime(java.lang.Long lastModifiedTime)
lastModifiedTime - New value for the property.public NodeLogProperties.Builder setLogName(java.lang.String logName)
logName - New value for the property.public NodeLogProperties.Builder setLogSize(java.lang.Long logSize)
logSize - New value for the property.public NodeLogProperties build()