Package com.oracle.bmc.filestorage.model
Class LdapBindAccount.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.LdapBindAccount.Builder
 
- 
- Enclosing class:
- LdapBindAccount
 
 public static class LdapBindAccount.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
availabilityDomainpublic LdapBindAccount.Builder availabilityDomain(String availabilityDomain) 
 - 
compartmentIdpublic LdapBindAccount.Builder compartmentId(String compartmentId) 
 - 
idpublic LdapBindAccount.Builder id(String id) 
 - 
lifecycleStatepublic LdapBindAccount.Builder lifecycleState(OutboundConnector.LifecycleState lifecycleState) 
 - 
displayNamepublic LdapBindAccount.Builder displayName(String displayName) 
 - 
timeCreatedpublic LdapBindAccount.Builder timeCreated(Date timeCreated) 
 - 
lockspublic LdapBindAccount.Builder locks(List<ResourceLock> locks) 
 - 
freeformTagspublic LdapBindAccount.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic LdapBindAccount.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
endpointspublic LdapBindAccount.Builder endpoints(List<Endpoint> endpoints) Array of server endpoints to use when connecting with the LDAP bind account.- Parameters:
- endpoints- the value to set
- Returns:
- this builder
 
 - 
bindDistinguishedNamepublic LdapBindAccount.Builder bindDistinguishedName(String bindDistinguishedName) The LDAP Distinguished Name of the account.- Parameters:
- bindDistinguishedName- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic LdapBindAccount.Builder passwordSecretId(String passwordSecretId) The OCID of the password for the LDAP bind account in the Vault.- Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
passwordSecretVersionpublic LdapBindAccount.Builder passwordSecretVersion(Integer passwordSecretVersion) Version of the password secret in the Vault to use.- Parameters:
- passwordSecretVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic LdapBindAccount build() 
 - 
copypublic LdapBindAccount.Builder copy(LdapBindAccount model) 
 
- 
 
-