Interface ActiveDirectoryConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActiveDirectoryConfig.Builder,
,ActiveDirectoryConfig> SdkBuilder<ActiveDirectoryConfig.Builder,
,ActiveDirectoryConfig> SdkPojo
- Enclosing class:
ActiveDirectoryConfig
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-