Package com.vmware.nsx_policy.model
Class ALBControllerSystemConfigurationResponse.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ALBControllerSystemConfigurationResponse.Builder
-
- Enclosing class:
- ALBControllerSystemConfigurationResponse
public static final class ALBControllerSystemConfigurationResponse.Builder extends java.lang.Object
Builder class forALBControllerSystemConfigurationResponse
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofALBControllerSystemConfigurationResponse
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ALBControllerSystemConfigurationResponse
build()
ALBControllerSystemConfigurationResponse.Builder
setStatus(java.lang.String status)
Advanced Load Balancer controller node system configuration update status.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofALBControllerSystemConfigurationResponse
.
-
-
Method Detail
-
setStatus
public ALBControllerSystemConfigurationResponse.Builder setStatus(java.lang.String status)
Advanced Load Balancer controller node system configuration update status. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
status
- New value for the property.
-
build
public ALBControllerSystemConfigurationResponse build()
-
-