public static interface OnDeviceServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default OnDeviceServiceConfiguration.Builder |
eksOnDeviceService(Consumer<EKSOnDeviceServiceConfiguration.Builder> eksOnDeviceService)
The configuration of EKS Anywhere on the Snow Family device.
|
OnDeviceServiceConfiguration.Builder |
eksOnDeviceService(EKSOnDeviceServiceConfiguration eksOnDeviceService)
The configuration of EKS Anywhere on the Snow Family device.
|
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 |
s3OnDeviceService(Consumer<S3OnDeviceServiceConfiguration.Builder> s3OnDeviceService)
Configuration for Amazon S3 compatible storage on Snow family devices.
|
OnDeviceServiceConfiguration.Builder |
s3OnDeviceService(S3OnDeviceServiceConfiguration s3OnDeviceService)
Configuration for Amazon S3 compatible storage on Snow family devices.
|
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)OnDeviceServiceConfiguration.Builder eksOnDeviceService(EKSOnDeviceServiceConfiguration eksOnDeviceService)
The configuration of EKS Anywhere on the Snow Family device.
eksOnDeviceService - The configuration of EKS Anywhere on the Snow Family device.default OnDeviceServiceConfiguration.Builder eksOnDeviceService(Consumer<EKSOnDeviceServiceConfiguration.Builder> eksOnDeviceService)
The configuration of EKS Anywhere on the Snow Family device.
This is a convenience method that creates an instance of theEKSOnDeviceServiceConfiguration.Builder
avoiding the need to create one manually via EKSOnDeviceServiceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to eksOnDeviceService(EKSOnDeviceServiceConfiguration).
eksOnDeviceService - a consumer that will call methods on EKSOnDeviceServiceConfiguration.BuildereksOnDeviceService(EKSOnDeviceServiceConfiguration)OnDeviceServiceConfiguration.Builder s3OnDeviceService(S3OnDeviceServiceConfiguration s3OnDeviceService)
Configuration for Amazon S3 compatible storage on Snow family devices.
s3OnDeviceService - Configuration for Amazon S3 compatible storage on Snow family devices.default OnDeviceServiceConfiguration.Builder s3OnDeviceService(Consumer<S3OnDeviceServiceConfiguration.Builder> s3OnDeviceService)
Configuration for Amazon S3 compatible storage on Snow family devices.
This is a convenience method that creates an instance of theS3OnDeviceServiceConfiguration.Builder
avoiding the need to create one manually via S3OnDeviceServiceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3OnDeviceService(S3OnDeviceServiceConfiguration).
s3OnDeviceService - a consumer that will call methods on S3OnDeviceServiceConfiguration.Builders3OnDeviceService(S3OnDeviceServiceConfiguration)Copyright © 2023. All rights reserved.