public static final class ALBControllerUserCredential.Builder
extends java.lang.Object
ALBControllerUserCredential.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBControllerUserCredential. |
| Modifier and Type | Method and 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.
|
public Builder()
ALBControllerUserCredential.public ALBControllerUserCredential.Builder setClusteringId(java.lang.String clusteringId)
clusteringId - New value for the property.public ALBControllerUserCredential.Builder setPassword(java.lang.String password)
password - New value for the property.public ALBControllerUserCredential.Builder setUserCredentialType(java.lang.String userCredentialType)
userCredentialType - New value for the property.public ALBControllerUserCredential.Builder setUsername(java.lang.String username)
username - New value for the property.public ALBControllerUserCredential build()