Package com.vmware.nsx_policy.model
Class LBServiceInstanceDetail.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBServiceInstanceDetail.Builder
-
- Enclosing class:
- LBServiceInstanceDetail
public static final class LBServiceInstanceDetail.Builder extends java.lang.Object
Builder class forLBServiceInstanceDetail
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLBServiceInstanceDetail
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBServiceInstanceDetail
build()
LBServiceInstanceDetail.Builder
setAttachmentDisplayName(java.lang.String attachmentDisplayName)
The display name of the resource which the load balancer instance deploys on.LBServiceInstanceDetail.Builder
setAttachmentPath(java.lang.String attachmentPath)
The path of the resource which the load balancer instance deploys on.LBServiceInstanceDetail.Builder
setErrorMessage(java.lang.String errorMessage)
The error message for the load balancer instance.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBServiceInstanceDetail
.
-
-
Method Detail
-
setAttachmentDisplayName
public LBServiceInstanceDetail.Builder setAttachmentDisplayName(java.lang.String attachmentDisplayName)
The display name of the resource which the load balancer instance deploys on.- Parameters:
attachmentDisplayName
- New value for the property.
-
setAttachmentPath
public LBServiceInstanceDetail.Builder setAttachmentPath(java.lang.String attachmentPath)
The path of the resource which the load balancer instance deploys on.- Parameters:
attachmentPath
- New value for the property.
-
setErrorMessage
public LBServiceInstanceDetail.Builder setErrorMessage(java.lang.String errorMessage)
The error message for the load balancer instance. If the instance status is NOT_READY, error message will be attached.- Parameters:
errorMessage
- New value for the property.
-
build
public LBServiceInstanceDetail build()
-
-