public static interface SelfManagedActiveDirectoryAttributes.Builder extends SdkPojo, CopyableBuilder<SelfManagedActiveDirectoryAttributes.Builder,SelfManagedActiveDirectoryAttributes>
| Modifier and Type | Method and Description |
|---|---|
SelfManagedActiveDirectoryAttributes.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.
|
SelfManagedActiveDirectoryAttributes.Builder |
dnsIps(String... dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
SelfManagedActiveDirectoryAttributes.Builder |
domainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
|
SelfManagedActiveDirectoryAttributes.Builder |
fileSystemAdministratorsGroup(String fileSystemAdministratorsGroup)
The name of the domain group whose members have administrative privileges for the FSx file system.
|
SelfManagedActiveDirectoryAttributes.Builder |
organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to
which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
|
SelfManagedActiveDirectoryAttributes.Builder |
userName(String userName)
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelfManagedActiveDirectoryAttributes.Builder domainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
domainName - The fully qualified domain name of the self-managed AD directory.SelfManagedActiveDirectoryAttributes.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
organizationalUnitDistinguishedName - The fully qualified distinguished name of the organizational unit within the self-managed AD directory
to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.SelfManagedActiveDirectoryAttributes.Builder fileSystemAdministratorsGroup(String fileSystemAdministratorsGroup)
The name of the domain group whose members have administrative privileges for the FSx file system.
fileSystemAdministratorsGroup - The name of the domain group whose members have administrative privileges for the FSx file system.SelfManagedActiveDirectoryAttributes.Builder userName(String userName)
The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
userName - The user name for the service account on your self-managed AD domain that FSx uses to join to your AD
domain.SelfManagedActiveDirectoryAttributes.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.SelfManagedActiveDirectoryAttributes.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 © 2023. All rights reserved.