Interface ActiveDirectoryConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ActiveDirectoryConfig.Builder,,ActiveDirectoryConfig> SdkBuilder<ActiveDirectoryConfig.Builder,,ActiveDirectoryConfig> SdkPojo
- Enclosing class:
 ActiveDirectoryConfig
public static interface ActiveDirectoryConfig.Builder
extends SdkPojo, CopyableBuilder<ActiveDirectoryConfig.Builder,ActiveDirectoryConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The name of the domain.serviceAccountSecretArn(String serviceAccountSecretArn) Indicates the secret ARN on the service account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
domainName
The name of the domain.
- Parameters:
 domainName- The name of the domain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
serviceAccountSecretArn
Indicates the secret ARN on the service account.
- Parameters:
 serviceAccountSecretArn- Indicates the secret ARN on the service account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -