public static final class LbPoolStatistics.Builder
extends java.lang.Object
LbPoolStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LbPoolStatistics. |
| Modifier and Type | Method and Description |
|---|---|
LbPoolStatistics |
build() |
LbPoolStatistics.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated format: int64
|
LbPoolStatistics.Builder |
setMembers(java.util.List<LbPoolMemberStatistics> members)
Statistics of load balancer pool members
|
LbPoolStatistics.Builder |
setPoolId(java.lang.String poolId)
Load balancer pool identifier
|
LbPoolStatistics.Builder |
setStatistics(LbStatisticsCounter statistics) |
public Builder()
LbPoolStatistics.public LbPoolStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public LbPoolStatistics.Builder setMembers(java.util.List<LbPoolMemberStatistics> members)
members - New value for the property.public LbPoolStatistics.Builder setPoolId(java.lang.String poolId)
poolId - New value for the property.public LbPoolStatistics.Builder setStatistics(LbStatisticsCounter statistics)
statistics - New value for the property.public LbPoolStatistics build()