| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static FsxProtocol.Builder |
FsxProtocol.builder() |
default FsxProtocol.Builder |
FsxProtocol.Builder.nfs(Consumer<FsxProtocolNfs.Builder> nfs)
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for
OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
|
FsxProtocol.Builder |
FsxProtocol.Builder.nfs(FsxProtocolNfs nfs)
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for
OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
|
default FsxProtocol.Builder |
FsxProtocol.Builder.smb(Consumer<FsxProtocolSmb.Builder> smb)
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for
ONTAP file system's SVM.
|
FsxProtocol.Builder |
FsxProtocol.Builder.smb(FsxProtocolSmb smb)
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for
ONTAP file system's SVM.
|
FsxProtocol.Builder |
FsxProtocol.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FsxProtocol.Builder> |
FsxProtocol.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationFsxOntapRequest.Builder |
CreateLocationFsxOntapRequest.Builder.protocol(Consumer<FsxProtocol.Builder> protocol)
Sets the value of the Protocol property for this object.
|
default DescribeLocationFsxOpenZfsResponse.Builder |
DescribeLocationFsxOpenZfsResponse.Builder.protocol(Consumer<FsxProtocol.Builder> protocol)
The type of protocol that DataSync uses to access your file system.
|
default CreateLocationFsxOpenZfsRequest.Builder |
CreateLocationFsxOpenZfsRequest.Builder.protocol(Consumer<FsxProtocol.Builder> protocol)
The type of protocol that DataSync uses to access your file system.
|
default DescribeLocationFsxOntapResponse.Builder |
DescribeLocationFsxOntapResponse.Builder.protocol(Consumer<FsxProtocol.Builder> protocol)
Sets the value of the Protocol property for this object.
|
Copyright © 2023. All rights reserved.