public static final class CvxConnectionInfo.Builder
extends java.lang.Object
CvxConnectionInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CvxConnectionInfo. |
| Modifier and Type | Method and Description |
|---|---|
CvxConnectionInfo |
build() |
CvxConnectionInfo.Builder |
setEnforcementPointAddress(java.lang.String enforcementPointAddress)
Value of this property could be Hostname or IP.
|
CvxConnectionInfo.Builder |
setPassword(java.lang.String password)
Password.
|
CvxConnectionInfo.Builder |
setThumbprint(java.lang.String thumbprint)
Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in
lower case HEX.
|
CvxConnectionInfo.Builder |
setUsername(java.lang.String username)
Username.
|
public Builder()
CvxConnectionInfo.public CvxConnectionInfo.Builder setPassword(java.lang.String password)
password - New value for the property.public CvxConnectionInfo.Builder setThumbprint(java.lang.String thumbprint)
thumbprint - New value for the property.public CvxConnectionInfo.Builder setUsername(java.lang.String username)
username - New value for the property.public CvxConnectionInfo.Builder setEnforcementPointAddress(java.lang.String enforcementPointAddress)
enforcementPointAddress - New value for the property.public CvxConnectionInfo build()