@Generated(value="software.amazon.awssdk:codegen") public final class OnDeviceServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>
An object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OnDeviceServiceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OnDeviceServiceConfiguration.Builder |
builder() |
EKSOnDeviceServiceConfiguration |
eksOnDeviceService()
The configuration of EKS Anywhere on the Snow Family device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NFSOnDeviceServiceConfiguration |
nfsOnDeviceService()
Represents the NFS (Network File System) service on a Snow Family device.
|
S3OnDeviceServiceConfiguration |
s3OnDeviceService()
Configuration for Amazon S3 compatible storage on Snow family devices.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OnDeviceServiceConfiguration.Builder> |
serializableBuilderClass() |
TGWOnDeviceServiceConfiguration |
tgwOnDeviceService()
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
|
OnDeviceServiceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NFSOnDeviceServiceConfiguration nfsOnDeviceService()
Represents the NFS (Network File System) service on a Snow Family device.
public final TGWOnDeviceServiceConfiguration tgwOnDeviceService()
Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
public final EKSOnDeviceServiceConfiguration eksOnDeviceService()
The configuration of EKS Anywhere on the Snow Family device.
public final S3OnDeviceServiceConfiguration s3OnDeviceService()
Configuration for Amazon S3 compatible storage on Snow family devices.
public OnDeviceServiceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OnDeviceServiceConfiguration.Builder,OnDeviceServiceConfiguration>public static OnDeviceServiceConfiguration.Builder builder()
public static Class<? extends OnDeviceServiceConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.