Interface OntapWindowsFileSystemUser.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OntapWindowsFileSystemUser.Builder,,OntapWindowsFileSystemUser> SdkBuilder<OntapWindowsFileSystemUser.Builder,,OntapWindowsFileSystemUser> SdkPojo
- Enclosing class:
OntapWindowsFileSystemUser
@Mutable
@NotThreadSafe
public static interface OntapWindowsFileSystemUser.Builder
extends SdkPojo, CopyableBuilder<OntapWindowsFileSystemUser.Builder,OntapWindowsFileSystemUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Windows user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.
- Parameters:
name- The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-