public class DomainMembership extends Object implements Serializable, Cloneable
An Active Directory Domain membership record associated with the DB instance.
| Constructor and Description |
|---|
DomainMembership() |
| Modifier and Type | Method and Description |
|---|---|
DomainMembership |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The identifier of the Active Directory Domain.
|
String |
getFQDN()
The fully qualified domain name of the Active Directory Domain.
|
String |
getIAMRoleName()
The name of the IAM role to be used when making API calls to the
Directory Service.
|
String |
getStatus()
The status of the DB instance's Active Directory Domain membership,
such as joined, pending-join, failed etc).
|
int |
hashCode() |
void |
setDomain(String domain)
The identifier of the Active Directory Domain.
|
void |
setFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
|
void |
setIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the
Directory Service.
|
void |
setStatus(String status)
The status of the DB instance's Active Directory Domain membership,
such as joined, pending-join, failed etc).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainMembership |
withDomain(String domain)
The identifier of the Active Directory Domain.
|
DomainMembership |
withFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
|
DomainMembership |
withIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the
Directory Service.
|
DomainMembership |
withStatus(String status)
The status of the DB instance's Active Directory Domain membership,
such as joined, pending-join, failed etc).
|
public String getDomain()
public void setDomain(String domain)
domain - The identifier of the Active Directory Domain.public DomainMembership withDomain(String domain)
Returns a reference to this object so that method calls can be chained together.
domain - The identifier of the Active Directory Domain.public String getStatus()
public void setStatus(String status)
status - The status of the DB instance's Active Directory Domain membership,
such as joined, pending-join, failed etc).public DomainMembership withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of the DB instance's Active Directory Domain membership,
such as joined, pending-join, failed etc).public String getFQDN()
public void setFQDN(String fQDN)
fQDN - The fully qualified domain name of the Active Directory Domain.public DomainMembership withFQDN(String fQDN)
Returns a reference to this object so that method calls can be chained together.
fQDN - The fully qualified domain name of the Active Directory Domain.public String getIAMRoleName()
public void setIAMRoleName(String iAMRoleName)
iAMRoleName - The name of the IAM role to be used when making API calls to the
Directory Service.public DomainMembership withIAMRoleName(String iAMRoleName)
Returns a reference to this object so that method calls can be chained together.
iAMRoleName - The name of the IAM role to be used when making API calls to the
Directory Service.public String toString()
toString in class ObjectObject.toString()public DomainMembership clone()
Copyright © 2016. All rights reserved.