public static class CreateLdapBindAccountDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateLdapBindAccountDetails.Builder availabilityDomain(String availabilityDomain)
public CreateLdapBindAccountDetails.Builder compartmentId(String compartmentId)
public CreateLdapBindAccountDetails.Builder displayName(String displayName)
public CreateLdapBindAccountDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateLdapBindAccountDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateLdapBindAccountDetails.Builder locks(List<ResourceLock> locks)
public CreateLdapBindAccountDetails.Builder endpoints(List<Endpoint> endpoints)
Array of server endpoints to use when connecting with the LDAP bind account.
endpoints
- the value to setpublic CreateLdapBindAccountDetails.Builder bindDistinguishedName(String bindDistinguishedName)
The LDAP Distinguished Name of the bind account.
bindDistinguishedName
- the value to setpublic CreateLdapBindAccountDetails.Builder passwordSecretId(String passwordSecretId)
The OCID of the password for the LDAP bind account in the Vault.
passwordSecretId
- the value to setpublic CreateLdapBindAccountDetails.Builder passwordSecretVersion(Integer passwordSecretVersion)
Version of the password secret in the Vault to use.
passwordSecretVersion
- the value to setpublic CreateLdapBindAccountDetails build()
public CreateLdapBindAccountDetails.Builder copy(CreateLdapBindAccountDetails model)
Copyright © 2016–2024. All rights reserved.