public static interface LdapServerMetadataOutput.Builder extends SdkPojo, CopyableBuilder<LdapServerMetadataOutput.Builder,LdapServerMetadataOutput>
Modifier and Type | Method and Description |
---|---|
LdapServerMetadataOutput.Builder |
hosts(Collection<String> hosts)
Fully qualified domain name of the LDAP server.
|
LdapServerMetadataOutput.Builder |
hosts(String... hosts)
Fully qualified domain name of the LDAP server.
|
LdapServerMetadataOutput.Builder |
roleBase(String roleBase)
Fully qualified name of the directory to search for a user’s groups.
|
LdapServerMetadataOutput.Builder |
roleName(String roleName)
Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group
membership query.
|
LdapServerMetadataOutput.Builder |
roleSearchMatching(String roleSearchMatching)
The search criteria for groups.
|
LdapServerMetadataOutput.Builder |
roleSearchSubtree(Boolean roleSearchSubtree)
The directory search scope for the role.
|
LdapServerMetadataOutput.Builder |
serviceAccountUsername(String serviceAccountUsername)
Service account username.
|
LdapServerMetadataOutput.Builder |
userBase(String userBase)
Fully qualified name of the directory where you want to search for users.
|
LdapServerMetadataOutput.Builder |
userRoleName(String userRoleName)
Specifies the name of the LDAP attribute for the user group membership.
|
LdapServerMetadataOutput.Builder |
userSearchMatching(String userSearchMatching)
The search criteria for users.
|
LdapServerMetadataOutput.Builder |
userSearchSubtree(Boolean userSearchSubtree)
The directory search scope for the user.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LdapServerMetadataOutput.Builder hosts(Collection<String> hosts)
hosts
- Fully qualified domain name of the LDAP server. Optional failover server.LdapServerMetadataOutput.Builder hosts(String... hosts)
hosts
- Fully qualified domain name of the LDAP server. Optional failover server.LdapServerMetadataOutput.Builder roleBase(String roleBase)
roleBase
- Fully qualified name of the directory to search for a user’s groups.LdapServerMetadataOutput.Builder roleName(String roleName)
roleName
- Specifies the LDAP attribute that identifies the group name attribute in the object returned from the
group membership query.LdapServerMetadataOutput.Builder roleSearchMatching(String roleSearchMatching)
roleSearchMatching
- The search criteria for groups.LdapServerMetadataOutput.Builder roleSearchSubtree(Boolean roleSearchSubtree)
roleSearchSubtree
- The directory search scope for the role. If set to true, scope is to search the entire sub-tree.LdapServerMetadataOutput.Builder serviceAccountUsername(String serviceAccountUsername)
serviceAccountUsername
- Service account username.LdapServerMetadataOutput.Builder userBase(String userBase)
userBase
- Fully qualified name of the directory where you want to search for users.LdapServerMetadataOutput.Builder userRoleName(String userRoleName)
userRoleName
- Specifies the name of the LDAP attribute for the user group membership.LdapServerMetadataOutput.Builder userSearchMatching(String userSearchMatching)
userSearchMatching
- The search criteria for users.LdapServerMetadataOutput.Builder userSearchSubtree(Boolean userSearchSubtree)
userSearchSubtree
- The directory search scope for the user. If set to true, scope is to search the entire sub-tree.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.