@Generated(value="software.amazon.awssdk:codegen") public final class DomainMembership extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainMembership.Builder,DomainMembership>
An Active Directory Domain membership record associated with the DB instance or cluster.
Modifier and Type | Class and Description |
---|---|
static interface |
DomainMembership.Builder |
Modifier and Type | Method and Description |
---|---|
static DomainMembership.Builder |
builder() |
String |
domain()
The identifier of the Active Directory Domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fqdn()
The fully qualified domain name of the Active Directory Domain.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleName()
The name of the IAM role to be used when making API calls to the Directory Service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainMembership.Builder> |
serializableBuilderClass() |
String |
status()
The status of the Active Directory Domain membership for the DB instance or cluster.
|
DomainMembership.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String domain()
The identifier of the Active Directory Domain.
public final String status()
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
public final String fqdn()
The fully qualified domain name of the Active Directory Domain.
public final String iamRoleName()
The name of the IAM role to be used when making API calls to the Directory Service.
public DomainMembership.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DomainMembership.Builder,DomainMembership>
public static DomainMembership.Builder builder()
public static Class<? extends DomainMembership.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.