public static interface AwsAmazonMqBrokerLdapServerMetadataDetails.Builder extends SdkPojo, CopyableBuilder<AwsAmazonMqBrokerLdapServerMetadataDetails.Builder,AwsAmazonMqBrokerLdapServerMetadataDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
hosts(Collection<String> hosts)
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active
Directory.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
hosts(String... hosts)
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active
Directory.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
roleBase(String roleBase)
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
roleName(String roleName)
The group name attribute in a role entry whose value is the name of that role.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
roleSearchMatching(String roleSearchMatching)
The LDAP search filter used to find roles within the
roleBase. |
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
roleSearchSubtree(Boolean roleSearchSubtree)
The directory search scope for the role.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
serviceAccountUsername(String serviceAccountUsername)
A username for the service account, which is an account in your LDAP server that has access to initiate a
connection.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
userBase(String userBase)
Selects a particular subtree of the directory information tree (DIT) to search for user entries.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
userRoleName(String userRoleName)
The name of the LDAP attribute in the user's directory entry for the user's group membership.
|
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
userSearchMatching(String userSearchMatching)
The LDAP search filter used to find users within the
userBase. |
AwsAmazonMqBrokerLdapServerMetadataDetails.Builder |
userSearchSubtree(Boolean userSearchSubtree)
The directory search scope for the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAmazonMqBrokerLdapServerMetadataDetails.Builder hosts(Collection<String> hosts)
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.
hosts - Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft
Active Directory.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder hosts(String... hosts)
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.
hosts - Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft
Active Directory.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder roleBase(String roleBase)
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.
roleBase - The distinguished name of the node in the directory information tree (DIT) to search for roles or
groups.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder roleName(String roleName)
The group name attribute in a role entry whose value is the name of that role.
roleName - The group name attribute in a role entry whose value is the name of that role.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder roleSearchMatching(String roleSearchMatching)
The LDAP search filter used to find roles within the roleBase.
roleSearchMatching - The LDAP search filter used to find roles within the roleBase.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder roleSearchSubtree(Boolean roleSearchSubtree)
The directory search scope for the role. If set to true, the scope is to search the entire
subtree.
roleSearchSubtree - The directory search scope for the role. If set to true, the scope is to search the
entire subtree.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder serviceAccountUsername(String serviceAccountUsername)
A username for the service account, which is an account in your LDAP server that has access to initiate a connection.
serviceAccountUsername - A username for the service account, which is an account in your LDAP server that has access to
initiate a connection.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder userBase(String userBase)
Selects a particular subtree of the directory information tree (DIT) to search for user entries.
userBase - Selects a particular subtree of the directory information tree (DIT) to search for user entries.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder userRoleName(String userRoleName)
The name of the LDAP attribute in the user's directory entry for the user's group membership.
userRoleName - The name of the LDAP attribute in the user's directory entry for the user's group membership.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder userSearchMatching(String userSearchMatching)
The LDAP search filter used to find users within the userBase.
userSearchMatching - The LDAP search filter used to find users within the userBase.AwsAmazonMqBrokerLdapServerMetadataDetails.Builder userSearchSubtree(Boolean userSearchSubtree)
The directory search scope for the user. If set to true, the scope is to search the entire subtree.
userSearchSubtree - The directory search scope for the user. If set to true, the scope is to search the entire subtree.Copyright © 2023. All rights reserved.