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 Directory Service for Microsoft Active Directory 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 method that creates an instance of theActiveDirectoryComputerAttribute.Builder avoiding the
need to create one manually via
ActiveDirectoryComputerAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #computerAttributes(List.
computerAttributes - a consumer that will call methods on
ActiveDirectoryComputerAttribute.Builder#computerAttributes(java.util.Collection) ActiveDirectoryConfiguration.Builder directoryId(String directoryId)
The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
directoryId - The directory ID of the Directory Service for Microsoft Active Directory 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 © 2023. All rights reserved.