@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelfManagedActiveDirectoryConfigurationUpdates extends Object implements Serializable, Cloneable, StructuredPojo
The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
Constructor and Description |
---|
SelfManagedActiveDirectoryConfigurationUpdates() |
Modifier and Type | Method and Description |
---|---|
SelfManagedActiveDirectoryConfigurationUpdates |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDnsIps()
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
String |
getPassword()
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD
domain.
|
String |
getUserName()
The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD
domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDnsIps(Collection<String> dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
void |
setPassword(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.
|
void |
setUserName(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.
|
String |
toString()
Returns a string representation of this object.
|
SelfManagedActiveDirectoryConfigurationUpdates |
withDnsIps(Collection<String> dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
SelfManagedActiveDirectoryConfigurationUpdates |
withDnsIps(String... dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
|
SelfManagedActiveDirectoryConfigurationUpdates |
withPassword(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 |
withUserName(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.
|
public SelfManagedActiveDirectoryConfigurationUpdates()
public void setUserName(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
.public String getUserName()
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
.
OrganizationalUnitDistinguishedName
.public SelfManagedActiveDirectoryConfigurationUpdates withUserName(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
.public void setPassword(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.public String getPassword()
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
public SelfManagedActiveDirectoryConfigurationUpdates withPassword(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.public List<String> getDnsIps()
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
public void setDnsIps(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.public SelfManagedActiveDirectoryConfigurationUpdates withDnsIps(String... dnsIps)
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
NOTE: This method appends the values to the existing list (if any). Use
setDnsIps(java.util.Collection)
or withDnsIps(java.util.Collection)
if you want to override the
existing values.
dnsIps
- A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.public SelfManagedActiveDirectoryConfigurationUpdates withDnsIps(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.public String toString()
toString
in class Object
Object.toString()
public SelfManagedActiveDirectoryConfigurationUpdates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.