public static interface OnDeviceServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default OnDeviceServiceConfiguration.Builder |
nfsOnDeviceService(Consumer<NFSOnDeviceServiceConfiguration.Builder> nfsOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
|
OnDeviceServiceConfiguration.Builder |
nfsOnDeviceService(NFSOnDeviceServiceConfiguration nfsOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
|
default OnDeviceServiceConfiguration.Builder |
tgwOnDeviceService(Consumer<TGWOnDeviceServiceConfiguration.Builder> tgwOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
|
OnDeviceServiceConfiguration.Builder |
tgwOnDeviceService(TGWOnDeviceServiceConfiguration tgwOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOnDeviceServiceConfiguration.Builder nfsOnDeviceService(NFSOnDeviceServiceConfiguration nfsOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
nfsOnDeviceService - Represents the NFS (Network File System) service on a Snow Family device.default OnDeviceServiceConfiguration.Builder nfsOnDeviceService(Consumer<NFSOnDeviceServiceConfiguration.Builder> nfsOnDeviceService)
Represents the NFS (Network File System) service on a Snow Family device.
This is a convenience method that creates an instance of theNFSOnDeviceServiceConfiguration.Builder
avoiding the need to create one manually via NFSOnDeviceServiceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to nfsOnDeviceService(NFSOnDeviceServiceConfiguration).
nfsOnDeviceService - a consumer that will call methods on NFSOnDeviceServiceConfiguration.BuildernfsOnDeviceService(NFSOnDeviceServiceConfiguration)OnDeviceServiceConfiguration.Builder tgwOnDeviceService(TGWOnDeviceServiceConfiguration tgwOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
tgwOnDeviceService - Represents the Storage Gateway service Tape Gateway type on a Snow Family device.default OnDeviceServiceConfiguration.Builder tgwOnDeviceService(Consumer<TGWOnDeviceServiceConfiguration.Builder> tgwOnDeviceService)
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
This is a convenience method that creates an instance of theTGWOnDeviceServiceConfiguration.Builder
avoiding the need to create one manually via TGWOnDeviceServiceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to tgwOnDeviceService(TGWOnDeviceServiceConfiguration).
tgwOnDeviceService - a consumer that will call methods on TGWOnDeviceServiceConfiguration.BuildertgwOnDeviceService(TGWOnDeviceServiceConfiguration)Copyright © 2022. All rights reserved.