Interface ActiveDirectoryIdentityProvider.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActiveDirectoryIdentityProvider.Builder,,- ActiveDirectoryIdentityProvider> - SdkBuilder<ActiveDirectoryIdentityProvider.Builder,,- ActiveDirectoryIdentityProvider> - SdkPojo
- Enclosing class:
- ActiveDirectoryIdentityProvider
- 
Method SummaryModifier and TypeMethodDescriptionactiveDirectorySettings(Consumer<ActiveDirectorySettings.Builder> activeDirectorySettings) TheActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.activeDirectorySettings(ActiveDirectorySettings activeDirectorySettings) TheActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.activeDirectoryType(String activeDirectoryType) The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.activeDirectoryType(ActiveDirectoryType activeDirectoryType) The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.directoryId(String directoryId) The directory ID for an Active Directory identity provider.isSharedActiveDirectory(Boolean isSharedActiveDirectory) Whether this directory is shared from an Amazon Web Services Managed Active Directory.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
directoryIdThe directory ID for an Active Directory identity provider. - Parameters:
- directoryId- The directory ID for an Active Directory identity provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activeDirectorySettingsActiveDirectoryIdentityProvider.Builder activeDirectorySettings(ActiveDirectorySettings activeDirectorySettings) The ActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.- Parameters:
- activeDirectorySettings- The- ActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activeDirectorySettingsdefault ActiveDirectoryIdentityProvider.Builder activeDirectorySettings(Consumer<ActiveDirectorySettings.Builder> activeDirectorySettings) The This is a convenience method that creates an instance of theActiveDirectorySettingsresource contains details about the Active Directory, including network access details such as domain name and IP addresses, and the credential provider for user administration.ActiveDirectorySettings.Builderavoiding the need to create one manually viaActiveDirectorySettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactiveDirectorySettings(ActiveDirectorySettings).- Parameters:
- activeDirectorySettings- a consumer that will call methods on- ActiveDirectorySettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
activeDirectoryTypeThe type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory. - Parameters:
- activeDirectoryType- The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
activeDirectoryTypeActiveDirectoryIdentityProvider.Builder activeDirectoryType(ActiveDirectoryType activeDirectoryType) The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory. - Parameters:
- activeDirectoryType- The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-