Package com.vmware.nsx_policy.model
Class ALBControllerUserCredential.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ALBControllerUserCredential.Builder
-
- Enclosing class:
- ALBControllerUserCredential
public static final class ALBControllerUserCredential.Builder extends java.lang.Object
Builder class forALBControllerUserCredential
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofALBControllerUserCredential
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ALBControllerUserCredential
build()
ALBControllerUserCredential.Builder
setClusteringId(java.lang.String clusteringId)
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX.ALBControllerUserCredential.Builder
setPassword(java.lang.String password)
Password for the user credential object.ALBControllerUserCredential.Builder
setUserCredentialType(java.lang.String userCredentialType)
ALBControllerUserCredential.Builder
setUsername(java.lang.String username)
Username for the credential object.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofALBControllerUserCredential
.
-
-
Method Detail
-
setClusteringId
public ALBControllerUserCredential.Builder setClusteringId(java.lang.String clusteringId)
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX. 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:
clusteringId
- New value for the property.
-
setPassword
public ALBControllerUserCredential.Builder setPassword(java.lang.String password)
Password for the user credential object.- Parameters:
password
- New value for the property.
-
setUserCredentialType
public ALBControllerUserCredential.Builder setUserCredentialType(java.lang.String userCredentialType)
Possible values are: Type of user credential.- Parameters:
userCredentialType
- New value for the property.
-
setUsername
public ALBControllerUserCredential.Builder setUsername(java.lang.String username)
Username for the credential object.- Parameters:
username
- New value for the property.
-
build
public ALBControllerUserCredential build()
-
-