Interface SelfManagedActiveDirectoryAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelfManagedActiveDirectoryAttributes.Builder,SelfManagedActiveDirectoryAttributes>,SdkBuilder<SelfManagedActiveDirectoryAttributes.Builder,SelfManagedActiveDirectoryAttributes>,SdkPojo
- Enclosing class:
- SelfManagedActiveDirectoryAttributes
public static interface SelfManagedActiveDirectoryAttributes.Builder extends SdkPojo, CopyableBuilder<SelfManagedActiveDirectoryAttributes.Builder,SelfManagedActiveDirectoryAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfManagedActiveDirectoryAttributes.BuilderdnsIps(String... dnsIps)A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.SelfManagedActiveDirectoryAttributes.BuilderdnsIps(Collection<String> dnsIps)A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.SelfManagedActiveDirectoryAttributes.BuilderdomainName(String domainName)The fully qualified domain name of the self-managed AD directory.SelfManagedActiveDirectoryAttributes.BuilderfileSystemAdministratorsGroup(String fileSystemAdministratorsGroup)The name of the domain group whose members have administrative privileges for the FSx file system.SelfManagedActiveDirectoryAttributes.BuilderorganizationalUnitDistinguishedName(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.BuilderuserName(String userName)The user name for the service account on your self-managed AD domain that FSx uses to join to your AD 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 Detail
-
domainName
SelfManagedActiveDirectoryAttributes.Builder domainName(String domainName)
The fully qualified domain name of the self-managed AD directory.
- Parameters:
domainName- The fully qualified domain name of the self-managed AD directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitDistinguishedName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemAdministratorsGroup
SelfManagedActiveDirectoryAttributes.Builder fileSystemAdministratorsGroup(String fileSystemAdministratorsGroup)
The name of the domain group whose members have administrative privileges for the FSx file system.
- Parameters:
fileSystemAdministratorsGroup- The name of the domain group whose members have administrative privileges for the FSx file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
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.
- Parameters:
userName- The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIps
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.
- Parameters:
dnsIps- A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIps
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.
- Parameters:
dnsIps- A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-