public static class GenerateOnPremConnectorConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateOnPremConnectorConfigurationDetails |
build() |
GenerateOnPremConnectorConfigurationDetails.Builder |
copy(GenerateOnPremConnectorConfigurationDetails model) |
GenerateOnPremConnectorConfigurationDetails.Builder |
password(String password)
The password to encrypt the keys inside the wallet included as part of the configuration.
|
public GenerateOnPremConnectorConfigurationDetails.Builder password(String password)
The password to encrypt the keys inside the wallet included as part of the configuration. The password must be between 12 and 30 characters long and must contain atleast 1 uppercase, 1 lowercase, 1 numeric, and 1 special character.
password
- the value to setpublic GenerateOnPremConnectorConfigurationDetails build()
public GenerateOnPremConnectorConfigurationDetails.Builder copy(GenerateOnPremConnectorConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.