Interface DirectoryServiceAuthenticationRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DirectoryServiceAuthenticationRequest.Builder,DirectoryServiceAuthenticationRequest>,SdkBuilder<DirectoryServiceAuthenticationRequest.Builder,DirectoryServiceAuthenticationRequest>,SdkPojo
- Enclosing class:
- DirectoryServiceAuthenticationRequest
public static interface DirectoryServiceAuthenticationRequest.Builder extends SdkPojo, CopyableBuilder<DirectoryServiceAuthenticationRequest.Builder,DirectoryServiceAuthenticationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectoryServiceAuthenticationRequest.BuilderdirectoryId(String directoryId)The ID of the Active Directory to be used for authentication.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryId
DirectoryServiceAuthenticationRequest.Builder directoryId(String directoryId)
The ID of the Active Directory to be used for authentication.
- Parameters:
directoryId- The ID of the Active Directory to be used for authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-