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 IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
dnsIps(String... dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
password(String password)
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your
AD domain.
|
SelfManagedActiveDirectoryConfigurationUpdates.Builder |
userName(String userName)
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your
AD domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelfManagedActiveDirectoryConfigurationUpdates.Builder userName(String userName)
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your
AD domain. This account must have the permission to join computers to the domain in the organizational unit
provided in OrganizationalUnitDistinguishedName.
userName - The user name for the service account on your self-managed AD domain that Amazon FSx will use to join
to your AD domain. This account must have the permission to join computers to the domain in the
organizational unit provided in OrganizationalUnitDistinguishedName.SelfManagedActiveDirectoryConfigurationUpdates.Builder password(String password)
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
password - The password for the service account on your self-managed AD domain that Amazon FSx will use to join
to your AD domain.SelfManagedActiveDirectoryConfigurationUpdates.Builder dnsIps(Collection<String> dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
dnsIps - A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD
directory.SelfManagedActiveDirectoryConfigurationUpdates.Builder dnsIps(String... dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
dnsIps - A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD
directory.Copyright © 2022. All rights reserved.