Interface SelfManagedActiveDirectoryConfigurationUpdates.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SelfManagedActiveDirectoryConfigurationUpdates.Builder,
,SelfManagedActiveDirectoryConfigurationUpdates> SdkBuilder<SelfManagedActiveDirectoryConfigurationUpdates.Builder,
,SelfManagedActiveDirectoryConfigurationUpdates> SdkPojo
- Enclosing class:
SelfManagedActiveDirectoryConfigurationUpdates
-
Method Summary
Modifier and TypeMethodDescriptionA list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.dnsIps
(Collection<String> dnsIps) A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.domainName
(String domainName) Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.fileSystemAdministratorsGroup
(String fileSystemAdministratorsGroup) For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.organizationalUnitDistinguishedName
(String organizationalUnitDistinguishedName) Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.Specifies the updated password for the service account on your self-managed Active Directory domain.Specifies the updated user name for the service account on your self-managed Active Directory domain.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
-
userName
Specifies the updated user name for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
This account must have the permissions required to join computers to the domain in the organizational unit provided in
OrganizationalUnitDistinguishedName
.- Parameters:
userName
- Specifies the updated user name for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.This account must have the permissions required to join computers to the domain in the organizational unit provided in
OrganizationalUnitDistinguishedName
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
Specifies the updated password for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
- Parameters:
password
- Specifies the updated password for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIps
A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.
- Parameters:
dnsIps
- A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIps
A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.
- Parameters:
dnsIps
- A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.
- Parameters:
domainName
- Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitDistinguishedName
SelfManagedActiveDirectoryConfigurationUpdates.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName) Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.
- Parameters:
organizationalUnitDistinguishedName
- Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemAdministratorsGroup
SelfManagedActiveDirectoryConfigurationUpdates.Builder fileSystemAdministratorsGroup(String fileSystemAdministratorsGroup) For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.
- Parameters:
fileSystemAdministratorsGroup
- For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-