@Generated(value="software.amazon.awssdk:codegen") public final class ActiveDirectoryConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActiveDirectoryConfiguration.Builder,ActiveDirectoryConfiguration>
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActiveDirectoryConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActiveDirectoryConfiguration.Builder |
builder() |
List<ActiveDirectoryComputerAttribute> |
computerAttributes()
A collection of custom attributes for an Active Directory computer.
|
String |
directoryId()
The directory ID of the AWS Directory Service for Microsoft AD to access using this studio component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasComputerAttributes()
Returns true if the ComputerAttributes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
organizationalUnitDistinguishedName()
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActiveDirectoryConfiguration.Builder> |
serializableBuilderClass() |
ActiveDirectoryConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasComputerAttributes()
public final List<ActiveDirectoryComputerAttribute> computerAttributes()
A collection of custom attributes for an Active Directory computer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasComputerAttributes() to see if a value was sent in this field.
public final String directoryId()
The directory ID of the AWS Directory Service for Microsoft AD to access using this studio component.
public final String organizationalUnitDistinguishedName()
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
public ActiveDirectoryConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActiveDirectoryConfiguration.Builder,ActiveDirectoryConfiguration>public static ActiveDirectoryConfiguration.Builder builder()
public static Class<? extends ActiveDirectoryConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.