public static interface ActiveDirectoryConfiguration.Builder extends SdkPojo, CopyableBuilder<ActiveDirectoryConfiguration.Builder,ActiveDirectoryConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryConfiguration.Builder |
computerAttributes(ActiveDirectoryComputerAttribute... computerAttributes)
A collection of custom attributes for an Active Directory computer.
|
ActiveDirectoryConfiguration.Builder |
computerAttributes(Collection<ActiveDirectoryComputerAttribute> computerAttributes)
A collection of custom attributes for an Active Directory computer.
|
ActiveDirectoryConfiguration.Builder |
computerAttributes(Consumer<ActiveDirectoryComputerAttribute.Builder>... computerAttributes)
A collection of custom attributes for an Active Directory computer.
|
ActiveDirectoryConfiguration.Builder |
directoryId(String directoryId)
The directory ID of the AWS Directory Service for Microsoft AD to access using this studio component.
|
ActiveDirectoryConfiguration.Builder |
organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActiveDirectoryConfiguration.Builder computerAttributes(Collection<ActiveDirectoryComputerAttribute> computerAttributes)
A collection of custom attributes for an Active Directory computer.
computerAttributes - A collection of custom attributes for an Active Directory computer.ActiveDirectoryConfiguration.Builder computerAttributes(ActiveDirectoryComputerAttribute... computerAttributes)
A collection of custom attributes for an Active Directory computer.
computerAttributes - A collection of custom attributes for an Active Directory computer.ActiveDirectoryConfiguration.Builder computerAttributes(Consumer<ActiveDirectoryComputerAttribute.Builder>... computerAttributes)
A collection of custom attributes for an Active Directory computer.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #computerAttributes(List) .computerAttributes - a consumer that will call methods on List.Builder #computerAttributes(List) ActiveDirectoryConfiguration.Builder directoryId(String directoryId)
The directory ID of the AWS Directory Service for Microsoft AD to access using this studio component.
directoryId - The directory ID of the AWS Directory Service for Microsoft AD to access using this studio component.ActiveDirectoryConfiguration.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
organizationalUnitDistinguishedName - The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.Copyright © 2021. All rights reserved.