Package com.vmware.nsx_policy.model
Class LBSelectPoolAction.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBSelectPoolAction.Builder
-
- Enclosing class:
- LBSelectPoolAction
public static final class LBSelectPoolAction.Builder extends java.lang.Object
Builder class forLBSelectPoolAction
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLBSelectPoolAction
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBSelectPoolAction
build()
LBSelectPoolAction.Builder
setPoolId(java.lang.String poolId)
Path of load balancer pool.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBSelectPoolAction
.
-
-
Method Detail
-
setPoolId
public LBSelectPoolAction.Builder setPoolId(java.lang.String poolId)
Path of load balancer pool.- Parameters:
poolId
- New value for the property.
-
build
public LBSelectPoolAction build()
-
-