public static interface LaunchProfileInitializationActiveDirectory.Builder extends SdkPojo, CopyableBuilder<LaunchProfileInitializationActiveDirectory.Builder,LaunchProfileInitializationActiveDirectory>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchProfileInitializationActiveDirectory.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.LaunchProfileInitializationActiveDirectory.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.LaunchProfileInitializationActiveDirectory.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 the.Builder avoiding the need to create one manually via #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) LaunchProfileInitializationActiveDirectory.Builder directoryId(String directoryId)
The directory ID of the Directory Service for Microsoft Active Directory to access using this launch profile.
directoryId - The directory ID of the Directory Service for Microsoft Active Directory to access using this launch
profile.LaunchProfileInitializationActiveDirectory.Builder directoryName(String directoryName)
The directory name.
directoryName - The directory name.LaunchProfileInitializationActiveDirectory.Builder dnsIpAddresses(Collection<String> dnsIpAddresses)
The DNS IP address.
dnsIpAddresses - The DNS IP address.LaunchProfileInitializationActiveDirectory.Builder dnsIpAddresses(String... dnsIpAddresses)
The DNS IP address.
dnsIpAddresses - The DNS IP address.LaunchProfileInitializationActiveDirectory.Builder organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The name for the organizational unit distinguished name.
organizationalUnitDistinguishedName - The name for the organizational unit distinguished name.LaunchProfileInitializationActiveDirectory.Builder studioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
studioComponentId - The unique identifier for a studio component resource.LaunchProfileInitializationActiveDirectory.Builder studioComponentName(String studioComponentName)
The name for the studio component.
studioComponentName - The name for the studio component.Copyright © 2022. All rights reserved.