public static final class SupportBundleFileTransferAuthenticationScheme.Builder
extends java.lang.Object
SupportBundleFileTransferAuthenticationScheme.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SupportBundleFileTransferAuthenticationScheme. |
| Modifier and Type | Method and Description |
|---|---|
SupportBundleFileTransferAuthenticationScheme |
build() |
SupportBundleFileTransferAuthenticationScheme.Builder |
setPassword(java.lang.String password)
Password to authenticate with
|
SupportBundleFileTransferAuthenticationScheme.Builder |
setSchemeName(java.lang.String schemeName)
Possible values are:
SupportBundleFileTransferAuthenticationScheme.SCHEME_NAME_PASSWORD
Authentication scheme name |
SupportBundleFileTransferAuthenticationScheme.Builder |
setUsername(java.lang.String username)
User name to authenticate with
|
public Builder()
SupportBundleFileTransferAuthenticationScheme.public SupportBundleFileTransferAuthenticationScheme.Builder setPassword(java.lang.String password)
password - New value for the property.public SupportBundleFileTransferAuthenticationScheme.Builder setSchemeName(java.lang.String schemeName)
schemeName - New value for the property.public SupportBundleFileTransferAuthenticationScheme.Builder setUsername(java.lang.String username)
username - New value for the property.public SupportBundleFileTransferAuthenticationScheme build()