Interface AwsAmazonMqBrokerLdapServerMetadataDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsAmazonMqBrokerLdapServerMetadataDetails.Builder,
,AwsAmazonMqBrokerLdapServerMetadataDetails> SdkBuilder<AwsAmazonMqBrokerLdapServerMetadataDetails.Builder,
,AwsAmazonMqBrokerLdapServerMetadataDetails> SdkPojo
- Enclosing class:
AwsAmazonMqBrokerLdapServerMetadataDetails
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.hosts
(Collection<String> hosts) Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.The group name attribute in a role entry whose value is the name of that role.roleSearchMatching
(String roleSearchMatching) The LDAP search filter used to find roles within theroleBase
.roleSearchSubtree
(Boolean roleSearchSubtree) The directory search scope for the role.serviceAccountUsername
(String serviceAccountUsername) A username for the service account, which is an account in your LDAP server that has access to initiate a connection.Selects a particular subtree of the directory information tree (DIT) to search for user entries.userRoleName
(String userRoleName) The name of the LDAP attribute in the user's directory entry for the user's group membership.userSearchMatching
(String userSearchMatching) The LDAP search filter used to find users within theuserBase
.userSearchSubtree
(Boolean userSearchSubtree) The directory search scope for the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hosts
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.
- Parameters:
hosts
- Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hosts
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.
- Parameters:
hosts
- Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleBase
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.
- Parameters:
roleBase
- The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleName
The group name attribute in a role entry whose value is the name of that role.
- Parameters:
roleName
- The group name attribute in a role entry whose value is the name of that role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleSearchMatching
The LDAP search filter used to find roles within the
roleBase
.- Parameters:
roleSearchMatching
- The LDAP search filter used to find roles within theroleBase
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleSearchSubtree
The directory search scope for the role. If set to
true
, the scope is to search the entire subtree.- Parameters:
roleSearchSubtree
- The directory search scope for the role. If set totrue
, the scope is to search the entire subtree.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceAccountUsername
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.
- Parameters:
serviceAccountUsername
- A username for the service account, which is an account in your LDAP server that has access to initiate a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userBase
Selects a particular subtree of the directory information tree (DIT) to search for user entries.
- Parameters:
userBase
- Selects a particular subtree of the directory information tree (DIT) to search for user entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userRoleName
The name of the LDAP attribute in the user's directory entry for the user's group membership.
- Parameters:
userRoleName
- The name of the LDAP attribute in the user's directory entry for the user's group membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userSearchMatching
The LDAP search filter used to find users within the
userBase
.- Parameters:
userSearchMatching
- The LDAP search filter used to find users within theuserBase
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userSearchSubtree
The directory search scope for the user. If set to true, the scope is to search the entire subtree.
- Parameters:
userSearchSubtree
- The directory search scope for the user. If set to true, the scope is to search the entire subtree.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-