public static interface FSxWindowsFileServerAuthorizationConfig.Builder extends SdkPojo, CopyableBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,FSxWindowsFileServerAuthorizationConfig>
| Modifier and Type | Method and Description |
|---|---|
FSxWindowsFileServerAuthorizationConfig.Builder |
credentialsParameter(String credentialsParameter)
The authorization credential option to use.
|
FSxWindowsFileServerAuthorizationConfig.Builder |
domain(String domain)
A fully qualified domain name hosted by an Directory
Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFSxWindowsFileServerAuthorizationConfig.Builder credentialsParameter(String credentialsParameter)
The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an Secrets Manager secret or SSM Parameter Store parameter. The ARN refers to the stored credentials.
credentialsParameter - The authorization credential option to use. The authorization credential options can be provided using
either the Amazon Resource Name (ARN) of an Secrets Manager secret or SSM Parameter Store parameter.
The ARN refers to the stored credentials.FSxWindowsFileServerAuthorizationConfig.Builder domain(String domain)
A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
domain - A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.Copyright © 2022. All rights reserved.