Class DomainMembership
- All Implemented Interfaces:
Serializable
,Cloneable
An Active Directory Domain membership record associated with the DB instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of the Active Directory Domain.getFQDN()
The fully qualified domain name of the Active Directory Domain.The name of the IAM role to be used when making API calls to the Directory Service.The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).int
hashCode()
void
The identifier of the Active Directory Domain.void
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
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).toString()
Returns a string representation of this object; useful for testing and debugging.withDomain
(String domain) The identifier of the Active Directory Domain.The fully qualified domain name of the Active Directory Domain.withIAMRoleName
(String iAMRoleName) The name of the IAM role to be used when making API calls to the Directory Service.withStatus
(String status) The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
-
Constructor Details
-
DomainMembership
public DomainMembership()
-
-
Method Details
-
setDomain
The identifier of the Active Directory Domain.
- Parameters:
domain
- The identifier of the Active Directory Domain.
-
getDomain
The identifier of the Active Directory Domain.
- Returns:
- The identifier of the Active Directory Domain.
-
withDomain
The identifier of the Active Directory Domain.
- Parameters:
domain
- The identifier of the Active Directory Domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
- Parameters:
status
- The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
-
getStatus
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
- Returns:
- The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
-
withStatus
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
- Parameters:
status
- The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFQDN
The fully qualified domain name of the Active Directory Domain.
- Parameters:
fQDN
- The fully qualified domain name of the Active Directory Domain.
-
getFQDN
The fully qualified domain name of the Active Directory Domain.
- Returns:
- The fully qualified domain name of the Active Directory Domain.
-
withFQDN
The fully qualified domain name of the Active Directory Domain.
- Parameters:
fQDN
- The fully qualified domain name of the Active Directory Domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIAMRoleName
The name of the IAM role to be used when making API calls to the Directory Service.
- Parameters:
iAMRoleName
- The name of the IAM role to be used when making API calls to the Directory Service.
-
getIAMRoleName
The name of the IAM role to be used when making API calls to the Directory Service.
- Returns:
- The name of the IAM role to be used when making API calls to the Directory Service.
-
withIAMRoleName
The name of the IAM role to be used when making API calls to the Directory Service.
- Parameters:
iAMRoleName
- The name of the IAM role to be used when making API calls to the Directory Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-