Interface OntapFileSystemIdentity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OntapFileSystemIdentity.Builder,,OntapFileSystemIdentity> SdkBuilder<OntapFileSystemIdentity.Builder,,OntapFileSystemIdentity> SdkPojo
- Enclosing class:
OntapFileSystemIdentity
@Mutable
@NotThreadSafe
public static interface OntapFileSystemIdentity.Builder
extends SdkPojo, CopyableBuilder<OntapFileSystemIdentity.Builder,OntapFileSystemIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the FSx for ONTAP user identity type.type(OntapFileSystemUserType type) Specifies the FSx for ONTAP user identity type.default OntapFileSystemIdentity.BuilderunixUser(Consumer<OntapUnixFileSystemUser.Builder> unixUser) Specifies the UNIX user identity for file system operations.unixUser(OntapUnixFileSystemUser unixUser) Specifies the UNIX user identity for file system operations.default OntapFileSystemIdentity.BuilderwindowsUser(Consumer<OntapWindowsFileSystemUser.Builder> windowsUser) Specifies the Windows user identity for file system operations.windowsUser(OntapWindowsFileSystemUser windowsUser) Specifies the Windows user identity for file system operations.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
-
type
Specifies the FSx for ONTAP user identity type. Valid values are
UNIXandWINDOWS.- Parameters:
type- Specifies the FSx for ONTAP user identity type. Valid values areUNIXandWINDOWS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the FSx for ONTAP user identity type. Valid values are
UNIXandWINDOWS.- Parameters:
type- Specifies the FSx for ONTAP user identity type. Valid values areUNIXandWINDOWS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unixUser
Specifies the UNIX user identity for file system operations.
- Parameters:
unixUser- Specifies the UNIX user identity for file system operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unixUser
default OntapFileSystemIdentity.Builder unixUser(Consumer<OntapUnixFileSystemUser.Builder> unixUser) Specifies the UNIX user identity for file system operations.
This is a convenience method that creates an instance of theOntapUnixFileSystemUser.Builderavoiding the need to create one manually viaOntapUnixFileSystemUser.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounixUser(OntapUnixFileSystemUser).- Parameters:
unixUser- a consumer that will call methods onOntapUnixFileSystemUser.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
windowsUser
Specifies the Windows user identity for file system operations.
- Parameters:
windowsUser- Specifies the Windows user identity for file system operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowsUser
default OntapFileSystemIdentity.Builder windowsUser(Consumer<OntapWindowsFileSystemUser.Builder> windowsUser) Specifies the Windows user identity for file system operations.
This is a convenience method that creates an instance of theOntapWindowsFileSystemUser.Builderavoiding the need to create one manually viaOntapWindowsFileSystemUser.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towindowsUser(OntapWindowsFileSystemUser).- Parameters:
windowsUser- a consumer that will call methods onOntapWindowsFileSystemUser.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-