public static final class LBServiceInstanceDetailPerStatus.Builder
extends java.lang.Object
LBServiceInstanceDetailPerStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LBServiceInstanceDetailPerStatus. |
| Modifier and Type | Method and Description |
|---|---|
LBServiceInstanceDetailPerStatus |
build() |
LBServiceInstanceDetailPerStatus.Builder |
setInstanceDetails(java.util.List<LBServiceInstanceDetail> instanceDetails)
The detailed information of the load balancer instance.
|
LBServiceInstanceDetailPerStatus.Builder |
setInstanceNumber(java.lang.Long instanceNumber)
It means the total number of instances in this status type for the given
transport node.
|
LBServiceInstanceDetailPerStatus.Builder |
setStatus(java.lang.String status)
Possible values are:
LBServiceInstanceDetailPerStatus.STATUS_READY
LBServiceInstanceDetailPerStatus.STATUS_CONFLICT
LBServiceInstanceDetailPerStatus.STATUS_NOT_READY
The type of load balancer instance status. |
public Builder()
LBServiceInstanceDetailPerStatus.public LBServiceInstanceDetailPerStatus.Builder setInstanceDetails(java.util.List<LBServiceInstanceDetail> instanceDetails)
instanceDetails - New value for the property.public LBServiceInstanceDetailPerStatus.Builder setInstanceNumber(java.lang.Long instanceNumber)
instanceNumber - New value for the property.public LBServiceInstanceDetailPerStatus.Builder setStatus(java.lang.String status)
status - New value for the property.public LBServiceInstanceDetailPerStatus build()