public static interface ConnectDirectoryRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ConnectDirectoryRequest.Builder,ConnectDirectoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectDirectoryRequest.Builder name(String name)
The fully qualified name of your self-managed directory, such as corp.example.com.
name - The fully qualified name of your self-managed directory, such as corp.example.com.ConnectDirectoryRequest.Builder shortName(String shortName)
The NetBIOS name of your self-managed directory, such as CORP.
shortName - The NetBIOS name of your self-managed directory, such as CORP.ConnectDirectoryRequest.Builder password(String password)
The password for your self-managed user account.
password - The password for your self-managed user account.ConnectDirectoryRequest.Builder description(String description)
A description for the directory.
description - A description for the directory.ConnectDirectoryRequest.Builder size(String size)
The size of the directory.
size - The size of the directory.DirectorySize,
DirectorySizeConnectDirectoryRequest.Builder size(DirectorySize size)
The size of the directory.
size - The size of the directory.DirectorySize,
DirectorySizeConnectDirectoryRequest.Builder connectSettings(DirectoryConnectSettings connectSettings)
A DirectoryConnectSettings object that contains additional information for the operation.
connectSettings - A DirectoryConnectSettings object that contains additional information for the operation.default ConnectDirectoryRequest.Builder connectSettings(Consumer<DirectoryConnectSettings.Builder> connectSettings)
A DirectoryConnectSettings object that contains additional information for the operation.
This is a convenience method that creates an instance of theDirectoryConnectSettings.Builder
avoiding the need to create one manually via DirectoryConnectSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to connectSettings(DirectoryConnectSettings).
connectSettings - a consumer that will call methods on DirectoryConnectSettings.BuilderconnectSettings(DirectoryConnectSettings)ConnectDirectoryRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to AD Connector.
tags - The tags to be assigned to AD Connector.ConnectDirectoryRequest.Builder tags(Tag... tags)
The tags to be assigned to AD Connector.
tags - The tags to be assigned to AD Connector.ConnectDirectoryRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to AD Connector.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ConnectDirectoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConnectDirectoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.