Interface ActiveDirectorySettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActiveDirectorySettings.Builder,,- ActiveDirectorySettings> - SdkBuilder<ActiveDirectorySettings.Builder,,- ActiveDirectorySettings> - SdkPojo
- Enclosing class:
- ActiveDirectorySettings
- 
Method SummaryModifier and TypeMethodDescriptiondefault ActiveDirectorySettings.BuilderdomainCredentialsProvider(Consumer<CredentialsProvider.Builder> domainCredentialsProvider) Points to theCredentialsProviderresource that contains information about the credential provider for user administration.domainCredentialsProvider(CredentialsProvider domainCredentialsProvider) Points to theCredentialsProviderresource that contains information about the credential provider for user administration.domainIpv4List(String... domainIpv4List) A list of domain IPv4 addresses that are used for the Active Directory.domainIpv4List(Collection<String> domainIpv4List) A list of domain IPv4 addresses that are used for the Active Directory.domainIpv6List(String... domainIpv6List) A list of domain IPv6 addresses that are used for the Active Directory.domainIpv6List(Collection<String> domainIpv6List) A list of domain IPv6 addresses that are used for the Active Directory.domainName(String domainName) The domain name for the Active Directory.default ActiveDirectorySettings.BuilderdomainNetworkSettings(Consumer<DomainNetworkSettings.Builder> domainNetworkSettings) TheDomainNetworkSettingsresource contains an array of subnets that apply for the Active Directory.domainNetworkSettings(DomainNetworkSettings domainNetworkSettings) TheDomainNetworkSettingsresource contains an array of subnets that apply for the 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- 
domainNameThe domain name for the Active Directory. - Parameters:
- domainName- The domain name for the Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIpv4ListA list of domain IPv4 addresses that are used for the Active Directory. - Parameters:
- domainIpv4List- A list of domain IPv4 addresses that are used for the Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIpv4ListA list of domain IPv4 addresses that are used for the Active Directory. - Parameters:
- domainIpv4List- A list of domain IPv4 addresses that are used for the Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIpv6ListA list of domain IPv6 addresses that are used for the Active Directory. - Parameters:
- domainIpv6List- A list of domain IPv6 addresses that are used for the Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIpv6ListA list of domain IPv6 addresses that are used for the Active Directory. - Parameters:
- domainIpv6List- A list of domain IPv6 addresses that are used for the Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainCredentialsProviderActiveDirectorySettings.Builder domainCredentialsProvider(CredentialsProvider domainCredentialsProvider) Points to the CredentialsProviderresource that contains information about the credential provider for user administration.- Parameters:
- domainCredentialsProvider- Points to the- CredentialsProviderresource that contains information about the credential provider for user administration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainCredentialsProviderdefault ActiveDirectorySettings.Builder domainCredentialsProvider(Consumer<CredentialsProvider.Builder> domainCredentialsProvider) Points to the This is a convenience method that creates an instance of theCredentialsProviderresource that contains information about the credential provider for user administration.CredentialsProvider.Builderavoiding the need to create one manually viaCredentialsProvider.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainCredentialsProvider(CredentialsProvider).- Parameters:
- domainCredentialsProvider- a consumer that will call methods on- CredentialsProvider.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
domainNetworkSettingsThe DomainNetworkSettingsresource contains an array of subnets that apply for the Active Directory.- Parameters:
- domainNetworkSettings- The- DomainNetworkSettingsresource contains an array of subnets that apply for the Active Directory.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainNetworkSettingsdefault ActiveDirectorySettings.Builder domainNetworkSettings(Consumer<DomainNetworkSettings.Builder> domainNetworkSettings) The This is a convenience method that creates an instance of theDomainNetworkSettingsresource contains an array of subnets that apply for the Active Directory.DomainNetworkSettings.Builderavoiding the need to create one manually viaDomainNetworkSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainNetworkSettings(DomainNetworkSettings).- Parameters:
- domainNetworkSettings- a consumer that will call methods on- DomainNetworkSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-