Uses of Class
com.oracle.bmc.filestorage.model.LdapBindAccount.Builder
-
Packages that use LdapBindAccount.Builder Package Description com.oracle.bmc.filestorage.model -
-
Uses of LdapBindAccount.Builder in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return LdapBindAccount.Builder Modifier and Type Method Description LdapBindAccount.Builder
LdapBindAccount.Builder. availabilityDomain(String availabilityDomain)
LdapBindAccount.Builder
LdapBindAccount.Builder. bindDistinguishedName(String bindDistinguishedName)
The LDAP Distinguished Name of the account.static LdapBindAccount.Builder
LdapBindAccount. builder()
Create a new builder.LdapBindAccount.Builder
LdapBindAccount.Builder. compartmentId(String compartmentId)
LdapBindAccount.Builder
LdapBindAccount.Builder. copy(LdapBindAccount model)
LdapBindAccount.Builder
LdapBindAccount.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
LdapBindAccount.Builder
LdapBindAccount.Builder. displayName(String displayName)
LdapBindAccount.Builder
LdapBindAccount.Builder. endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.LdapBindAccount.Builder
LdapBindAccount.Builder. freeformTags(Map<String,String> freeformTags)
LdapBindAccount.Builder
LdapBindAccount.Builder. id(String id)
LdapBindAccount.Builder
LdapBindAccount.Builder. lifecycleState(OutboundConnector.LifecycleState lifecycleState)
LdapBindAccount.Builder
LdapBindAccount.Builder. locks(List<ResourceLock> locks)
LdapBindAccount.Builder
LdapBindAccount.Builder. passwordSecretId(String passwordSecretId)
The OCID of the password for the LDAP bind account in the Vault.LdapBindAccount.Builder
LdapBindAccount.Builder. passwordSecretVersion(Integer passwordSecretVersion)
Version of the password secret in the Vault to use.LdapBindAccount.Builder
LdapBindAccount.Builder. systemTags(Map<String,Map<String,Object>> systemTags)
LdapBindAccount.Builder
LdapBindAccount.Builder. timeCreated(Date timeCreated)
LdapBindAccount.Builder
LdapBindAccount. toBuilder()
-