Interface FSxWindowsFileServerAuthorizationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,
,FSxWindowsFileServerAuthorizationConfig> SdkBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,
,FSxWindowsFileServerAuthorizationConfig> SdkPojo
- Enclosing class:
FSxWindowsFileServerAuthorizationConfig
public static interface FSxWindowsFileServerAuthorizationConfig.Builder
extends SdkPojo, CopyableBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,FSxWindowsFileServerAuthorizationConfig>
-
Method Summary
Modifier and TypeMethodDescriptioncredentialsParameter
(String credentialsParameter) The authorization credential option to use.A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.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, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
- Parameters:
domain
- A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-