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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryConfig.BuilderdomainName(String domainName)The name of the domain.ActiveDirectoryConfig.BuilderserviceAccountSecretArn(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 Detail
-
domainName
ActiveDirectoryConfig.Builder domainName(String 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
ActiveDirectoryConfig.Builder serviceAccountSecretArn(String 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.
-
-