Class FSxWindowsFileServerAuthorizationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.FSxWindowsFileServerAuthorizationConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,FSxWindowsFileServerAuthorizationConfig>
@Generated("software.amazon.awssdk:codegen") public final class FSxWindowsFileServerAuthorizationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,FSxWindowsFileServerAuthorizationConfig>
The authorization configuration details for Amazon FSx for Windows File Server file system. See FSxWindowsFileServerVolumeConfiguration in the Amazon ECS API Reference.
For more information and the input format, see Amazon FSx for Windows File Server Volumes in the Amazon Elastic Container Service Developer Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FSxWindowsFileServerAuthorizationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FSxWindowsFileServerAuthorizationConfig.Builder
builder()
String
credentialsParameter()
The authorization credential option to use.String
domain()
A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends FSxWindowsFileServerAuthorizationConfig.Builder>
serializableBuilderClass()
FSxWindowsFileServerAuthorizationConfig.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
credentialsParameter
public final 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.
- Returns:
- 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.
-
domain
public final String domain()
A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
- Returns:
- A fully qualified domain name hosted by an Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
-
toBuilder
public FSxWindowsFileServerAuthorizationConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FSxWindowsFileServerAuthorizationConfig.Builder,FSxWindowsFileServerAuthorizationConfig>
-
builder
public static FSxWindowsFileServerAuthorizationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends FSxWindowsFileServerAuthorizationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-