Package com.vmware.nsx_policy.model
Class SessionAuthenticationCredentials.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SessionAuthenticationCredentials.Builder
-
- Enclosing class:
- SessionAuthenticationCredentials
public static final class SessionAuthenticationCredentials.Builder extends java.lang.ObjectBuilder class forSessionAuthenticationCredentials.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofSessionAuthenticationCredentials.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionAuthenticationCredentialsbuild()SessionAuthenticationCredentials.BuildersetjPassword(java.lang.String jPassword)Password to use when authenticating.SessionAuthenticationCredentials.BuildersetjUsername(java.lang.String jUsername)User name to authenticate as.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofSessionAuthenticationCredentials.
-
-
Method Detail
-
setjPassword
public SessionAuthenticationCredentials.Builder setjPassword(java.lang.String jPassword)
Password to use when authenticating.- Parameters:
jPassword- New value for the property.
-
setjUsername
public SessionAuthenticationCredentials.Builder setjUsername(java.lang.String jUsername)
User name to authenticate as.- Parameters:
jUsername- New value for the property.
-
build
public SessionAuthenticationCredentials build()
-
-