public static interface SelfManagedActiveDirectoryConfigurationUpdates.Builder extends SdkPojo, CopyableBuilder<SelfManagedActiveDirectoryConfigurationUpdates.Builder,SelfManagedActiveDirectoryConfigurationUpdates>
| Modifier and Type | Method and Description |
|---|---|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
dnsIps(Collection<String> dnsIps)
A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
dnsIps(String... dnsIps)
A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
domainName(String domainName)
Specifies an updated fully qualified domain name of your self-managed AD configuration.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
fileSystemAdministratorsGroup(String fileSystemAdministratorsGroup)
Specifies the updated name of the self-managed AD domain group whose members are granted administrative
privileges for the Amazon FSx resource.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
Specifies an updated fully qualified distinguished name of the organization unit within your self-managed AD.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
password(String password)
Specifies the updated password for the service account on your self-managed AD domain.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
userName(String userName)
Specifies the updated user name for the service account on your self-managed AD domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelfManagedActiveDirectoryConfigurationUpdates.Builder userName(String userName)
Specifies the updated user name for the service account on your self-managed AD domain. Amazon FSx uses this account to join to your self-managed AD domain.
This account must have the permissions required to join computers to the domain in the organizational unit
provided in OrganizationalUnitDistinguishedName.
userName - Specifies the updated user name for the service account on your self-managed AD domain. Amazon FSx
uses this account to join to your self-managed AD domain.
This account must have the permissions required to join computers to the domain in the organizational
unit provided in OrganizationalUnitDistinguishedName.
SelfManagedActiveDirectoryConfigurationUpdates.Builder password(String password)
Specifies the updated password for the service account on your self-managed AD domain. Amazon FSx uses this account to join to your self-managed AD domain.
password - Specifies the updated password for the service account on your self-managed AD domain. Amazon FSx uses
this account to join to your self-managed AD domain.SelfManagedActiveDirectoryConfigurationUpdates.Builder dnsIps(Collection<String> dnsIps)
A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.
dnsIps - A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.SelfManagedActiveDirectoryConfigurationUpdates.Builder dnsIps(String... dnsIps)
A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.
dnsIps - A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.SelfManagedActiveDirectoryConfigurationUpdates.Builder domainName(String domainName)
Specifies an updated fully qualified domain name of your self-managed AD configuration.
domainName - Specifies an updated fully qualified domain name of your self-managed AD configuration.SelfManagedActiveDirectoryConfigurationUpdates.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
Specifies an updated fully qualified distinguished name of the organization unit within your self-managed AD.
organizationalUnitDistinguishedName - Specifies an updated fully qualified distinguished name of the organization unit within your
self-managed AD.SelfManagedActiveDirectoryConfigurationUpdates.Builder fileSystemAdministratorsGroup(String fileSystemAdministratorsGroup)
Specifies the updated name of the self-managed AD domain group whose members are granted administrative privileges for the Amazon FSx resource.
fileSystemAdministratorsGroup - Specifies the updated name of the self-managed AD domain group whose members are granted
administrative privileges for the Amazon FSx resource.Copyright © 2023. All rights reserved.