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 Details

    • 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.