public static final class PolicyServiceInstanceStatistics.Builder
extends java.lang.Object
PolicyServiceInstanceStatistics
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyServiceInstanceStatistics . |
Modifier and Type | Method and Description |
---|---|
PolicyServiceInstanceStatistics |
build() |
PolicyServiceInstanceStatistics.Builder |
setEnforcementPointPath(java.lang.String enforcementPointPath)
Enforcement point path, forward slashes must be escaped using %2F.
|
PolicyServiceInstanceStatistics.Builder |
setInstanceRuntimeStatistics(java.util.List<InstanceRuntimeStatistic> instanceRuntimeStatistics)
Statistics for the data NICs for all the runtimes associated with this service
instance.
|
PolicyServiceInstanceStatistics.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
PolicyServiceInstanceStatistics.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.
|
PolicyServiceInstanceStatistics.Builder |
setSelf(SelfResourceLink self) |
PolicyServiceInstanceStatistics.Builder |
setServiceInstanceId(java.lang.String serviceInstanceId)
PolicyServiceInsatnce 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.
|
public Builder()
PolicyServiceInstanceStatistics
.public PolicyServiceInstanceStatistics.Builder setLinks(java.util.List<ResourceLink> links)
links
- New value for the property.public PolicyServiceInstanceStatistics.Builder setSchema(java.lang.String schema)
schema
- New value for the property.public PolicyServiceInstanceStatistics.Builder setSelf(SelfResourceLink self)
self
- New value for the property.public PolicyServiceInstanceStatistics.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
enforcementPointPath
- New value for the property.public PolicyServiceInstanceStatistics.Builder setInstanceRuntimeStatistics(java.util.List<InstanceRuntimeStatistic> instanceRuntimeStatistics)
instanceRuntimeStatistics
- New value for the property.public PolicyServiceInstanceStatistics.Builder setServiceInstanceId(java.lang.String serviceInstanceId)
serviceInstanceId
- New value for the property.public PolicyServiceInstanceStatistics build()